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

Gary Williams
08.31.2012 cfcb3ec9897dd76b88dda71d9083889bee12b3c0
snmp functional tests fix incorrect operator for test selection
1 files modified
2 ■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/snmp/basic/snmp_basic.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/basic/snmp_basic.xml
@@ -129,7 +129,7 @@
                  testsList.append('snmp_basic_014')
                  testsList.append('snmp_basic_015')
                  testsList.append('snmp_basic_016')
                  if get_system_uid() is not "root":
                  if get_system_uid() != "root":
                    testsList.append('snmp_basic_017')
                </script>