From 7ac81856cd73874cf45488c7d85941c878ac9080 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Tue, 29 Aug 2006 17:54:11 +0000
Subject: [PATCH] Changed the order of the tests and made a very strict dependency chain for the tests to fix a Windows-related issue.
---
opends/tests/integration-tests-testng/build.sh | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/opends/tests/integration-tests-testng/build.sh b/opends/tests/integration-tests-testng/build.sh
index 0eab42b..7b03ded 100755
--- a/opends/tests/integration-tests-testng/build.sh
+++ b/opends/tests/integration-tests-testng/build.sh
@@ -193,9 +193,9 @@
<packages>
<package name="org.opends.server.integration.quickstart"/>
<package name="org.opends.server.integration.bob"/>
- <package name="org.opends.server.integration.core"/>
<package name="org.opends.server.integration.frontend"/>
<package name="org.opends.server.integration.schema"/>
+ <package name="org.opends.server.integration.core"/>
<package name="org.opends.server.integration.security"/>
<package name="org.opends.server.integration.backend"/>
</packages>
@@ -214,9 +214,9 @@
<define name="all">
<include name="quickstart"/>
<include name="bob"/>
- <include name="core"/>
<include name="frontend"/>
<include name="schema"/>
+ <include name="core"/>
<include name="security"/>
<include name="backend"/>
</define>
@@ -229,10 +229,6 @@
<include name="bob"/>
</define>
- <define name="core">
- <include name="core"/>
- </define>
-
<define name="frontend">
<include name="frontend"/>
</define>
@@ -241,13 +237,17 @@
<include name="schema"/>
</define>
+ <define name="core">
+ <include name="core"/>
+ </define>
+
<define name="security">
<include name="security"/>
- </define>
+ </define>
<define name="backend">
<include name="backend"/>
- </define>
+ </define>
<run>
<include name="all"/>
--
Gitblit v1.10.0