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

tdj_tx
10.23.2007 78e5786fdcb5ea5340e57489a301328788a04da7
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
opends/tests/functional-tests/testcases/backends/import.xml 2 ●●● patch | view | raw | blame | history
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>