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

Gary Williams
03.46.2011 ef1e36828f28dee851fda942a8c15ed6775763b6
fix failing export tests due to uninitialized string
1 files modified
6 ■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/backends/export/export_tests.xml 6 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/backends/export/export_tests.xml
@@ -296,11 +296,7 @@
          
          <!-- StopDS -->
          <call function="'StopDsWithScript'">
            { 'dsPath'      : '%s/%s' % (DsInstanceDir, OPENDSNAME),
              'dsAdminPort' : DsInstanceAdminPort,
              'dsBindDN'    : mydn,
              'dsBindPwd'   : mypswd
            }
            {'dsPath'    : '%s/%s' % (DsInstanceDir, OPENDSNAME)}
          </call>
  
        </sequence>