From ddcc9c9b37c9d0fd5dc637e0786ee7c3a0924240 Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Wed, 05 Sep 2007 01:43:38 +0000
Subject: [PATCH] Fixed testhelp for -Dtest.progress option to be more accurate for when the progress is written
---
opendj-sdk/opends/build.xml | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index baffbfa..24934bb 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -1333,14 +1333,13 @@
<echo message=" much time each progress line spends doing garbage collections"/>
<echo message=" to get an accurate measure of memory usage."/>
<echo message=""/>
- <echo message=" A new line of progress is written immediately before TestNG starts"/>
- <echo message=" to run the first test of a new class. All @BeforeClass and"/>
- <echo message=" @BeforeMethod methods will have been invoked for the class as well"/>
- <echo message=" as the @DataProvider (if any) for the first test method."/>
- <echo message=" Also, some classes are still run out-of-order. These will only"/>
- <echo message=" appear once in the output. Keep these two things in mind when,"/>
- <echo message=" especially when debugging memory usage, running times, and thread "/>
- <echo message=" creation."/>
+ <echo message=" A new line of progress is written when TestNG completes running tests"/>
+ <echo message=" for a class. This progress is reported immediately before TestNG"/>
+ <echo message=" starts to run the first test of the next class. All @BeforeClass"/>
+ <echo message=" and @BeforeMethod methods will have been invoked for the next"/>
+ <echo message=" class as well as the @DataProvider (if any) for the first test method."/>
+ <echo message=" Keep this in mind when debugging memory usage, running times, and"/>
+ <echo message=" thread creation."/>
<echo message=""/>
<echo message=" -Dtestng.verbosity0to5=5"/>
<echo message=" for example has TestNG dump the maximum amount of debugging"/>
--
Gitblit v1.10.0