add admin interface for examples
[matthijs/upstream/django-ldapdb.git] / examples / tests.py
index dba0f5ee086f9f704b7d140c35d3e3163bfb8787..a8e3a3e178fce413c719ddce9320bfa9b9e0da60 100644 (file)
@@ -27,6 +27,7 @@ class GroupTestCase(TestCase):
         g = LdapGroup()
         g.name = "foogroup"
         g.gid = 1000
+        g.usernames = ['foouser']
         g.save()
  
 class UserTestCase(TestCase):