summaryrefslogtreecommitdiff
path: root/source/dsdb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-08-18 12:01:27 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-18 12:01:27 +1000
commitfcb87e77860b449ac3483ccec5e6b5ed087540f2 (patch)
tree95f365440a0a4c67c0827d7164a8677f41fec2e1 /source/dsdb
parent61f2958c84beeedcf369ccdc02afed0c8055b108 (diff)
downloadsamba-fcb87e77860b449ac3483ccec5e6b5ed087540f2.tar.gz
Remove references to the unused @SUBCLASS feature.
This was removed from ldb_tdb a while ago Andrew Bartlett
Diffstat (limited to 'source/dsdb')
-rw-r--r--source/dsdb/samdb/ldb_modules/tests/samba3sam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dsdb/samdb/ldb_modules/tests/samba3sam.py b/source/dsdb/samdb/ldb_modules/tests/samba3sam.py
index 7c408d0436c..428e6b4d4b9 100644
--- a/source/dsdb/samdb/ldb_modules/tests/samba3sam.py
+++ b/source/dsdb/samdb/ldb_modules/tests/samba3sam.py
@@ -47,7 +47,7 @@ class MapBaseTestCase(TestCaseInTempDir):
ldb.add({"dn": "@PARTITION",
"partition": [s4.basedn + ":" + s4.url, s3.basedn + ":" + s3.url],
- "replicateEntries": ["@SUBCLASSES", "@ATTRIBUTES", "@INDEXLIST"]})
+ "replicateEntries": ["@ATTRIBUTES", "@INDEXLIST"]})
def setUp(self):
super(MapBaseTestCase, self).setUp()