diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-14 14:28:21 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:24 +0100 |
commit | a94142487add08cd38b6f51b7048c3b50eaef599 (patch) | |
tree | 904a62f4056181e65606d22c0065d579e7f186f8 /source4/param/tests | |
parent | d1807aa9c538e43b0567968fb6334d7e26f84cdf (diff) | |
download | samba-a94142487add08cd38b6f51b7048c3b50eaef599.tar.gz samba-a94142487add08cd38b6f51b7048c3b50eaef599.tar.bz2 samba-a94142487add08cd38b6f51b7048c3b50eaef599.zip |
r26456: Provide default config object, fix typo.
(This used to be commit 2b59df2af973044d9d3875c9202c17647f561d3b)
Diffstat (limited to 'source4/param/tests')
-rw-r--r-- | source4/param/tests/bindings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/tests/bindings.py b/source4/param/tests/bindings.py index ea542e2187..57ad23b21e 100644 --- a/source4/param/tests/bindings.py +++ b/source4/param/tests/bindings.py @@ -25,7 +25,7 @@ class LoadParmTestCase(unittest.TestCase): file = param.LoadParm() self.assertTrue(file is not None) - def test_lenght(self): + def test_length(self): file = param.LoadParm() self.assertEquals(0, len(file)) |