OPSI.ldaptor.test.test_delta module

Test cases for ldaptor.protocols.ldap.delta

class OPSI.ldaptor.test.test_delta.TestAddOpLDIF(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

testSimple()
class OPSI.ldaptor.test.test_delta.TestDeleteOpLDIF(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

testSimple()
class OPSI.ldaptor.test.test_delta.TestModificationComparison(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

testEquality_AddVsDelete_False()
testEquality_Add_True()
testEquality_AttributeSet_False()
testEquality_List_False()
class OPSI.ldaptor.test.test_delta.TestModificationOpLDIF(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

testAdd()
testDelete()
testDeleteAll()
testReplace()
testReplaceAll()
class OPSI.ldaptor.test.test_delta.TestModifications(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

setUp()
testAddNew()
testAddOld()
testDelete()
testDeleteAll()
testDelete_FailOnNonExistingAttributeType_All()
testDelete_FailOnNonExistingAttributeType_OneValue()
testDelete_FailOnNonExistingAttributeValue()
testReplace_Add()
testReplace_Delete_Existing()
testReplace_Delete_NonExisting()
testReplace_Modify()
class OPSI.ldaptor.test.test_delta.TestOperationLDIF(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

testModify()
class OPSI.ldaptor.test.test_delta.TestOperations(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

setUp()
testAddOp_DNExists()
testDeleteOp_DNNotFound()
testModifyOp_DNNotFound()