mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gary Williams
07.33.2012 0f80df022b442be9d2a60055f8d11e363b298ef8
opendj-sdk/opends/tests/staf-tests/shared/python/common.py
@@ -56,7 +56,8 @@
            "count_attr" ,
            "host_is_localhost" ,
            "md5_hash" ,
            "value_not_string"
            "value_not_string" ,
            "get_system_uid"
            ]
class format_testcase:
@@ -876,3 +877,7 @@
  else:
    return 0
def get_system_uid():
  from java.lang import System
  return System.getProperty("user.name")