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")