python/samples/immoi/samples/users-inheritance-impl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Correct the inheritance implementation of the users sample OI to use the right
IMM object.
diff --git a/python/samples/immoi/samples/users-inheritance-impl
b/python/samples/immoi/samples/users-inheritance-impl
--- a/python/samples/immoi/samples/users-inheritance-impl
+++ b/python/samples/immoi/samples/users-inheritance-impl
@@ -22,9 +22,9 @@ if __name__ == '__main__':
users_implementer = UsersImplementer()
try:
- obj = ImmObject(class_name=class_name, dn='usersId=2')
+ obj = ImmObject(class_name=class_name, dn='usersId=1')
- obj.usersId = 'usersId=2'
+ obj.usersId = 'usersId=1'
users_implementer.create(obj)
except SafException as err:
------------------------------------------------------------------------------
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel