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

al_xipe
15.47.2007 ae96b6f17c193b91c7595fac356174aa47f55ffc
opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml
@@ -532,8 +532,11 @@
            self.start=start
            self.stop=stop
            tmp=fullname.split(":")
            del tmp[0:2]
            self.name=''.join(tmp)
            if len(tmp) > 2:
              del tmp[0:2]
              self.name=''.join(tmp)
            else:
              self.name=fullname
            self.duration = 0
            if failures == 0:
              if successes == 0: