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

tdj_tx
10.23.2007 84b10861e0f9d1362572dd8bfc67d5aa5814fc2f
Fix for issue 1491, Backend: Import: Skip Schema Validation Accept test was using -s, had
to change to -S.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/functional-tests/testcases/backends/import.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/testcases/backends/import.xml
@@ -1117,7 +1117,7 @@
    
              <call function="'importLdif'">
                { 'ldifFile'    : '%s/backends/Schema.ldif' % STAGED_DATA_DIR,
                  'extraParams' : '-s'
                  'extraParams' : '-S'
                }
              </call>