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

ludovicp
31.59.2010 2ce3837f88119be9e503f704f7fea31fda32420a
opends/tests/staf-tests/functional-tests/testcases/setup/import.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2008-2009 Sun Microsystems, Inc.
 !      Copyright 2008-2010 Sun Microsystems, Inc.
 ! -->
<stax>
  
@@ -482,8 +482,12 @@
          </call>
          <script>
            nb = len(STAFResult)
            ct = (STAFResult[0] == 'lib')
            res = STAFResult
            if 'coverage.ec' in res:
              res.remove('coverage.ec')
            nb = len(res)
            ct = (res[0] == 'lib')
            a = ' '
          </script>