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

Christophe Sovant
11.28.2009 1431a1338d3cc7d3da342459a546e922760039e1
opends/tests/staf-tests/functional-tests/testcases/setup/import.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2008 Sun Microsystems, Inc.
 !      Copyright 2008-2009 Sun Microsystems, Inc.
 ! -->
<stax>
  
@@ -494,10 +494,16 @@
            }
          </call>
          <script>
            if PRODUCTNAME.startswith('OpenDS'):
              expectedNb = 1
            else:
              expectedNb = 2
          </script>
          <call function="'checktestRC'">
            { 'returncode' : nb,
              'result'     : a,
              'expected'   : 1
              'expected'   : expectedNb
            }
          </call>