JAL-1805 JAL-1700 house keeping
[jalview.git] / doc / UnitTesting.html
index 7b43de3..8969b9d 100644 (file)
@@ -93,7 +93,7 @@ The TestNG tests for Jalview can be executed in any of the following ways:
        <ul>
             <li>Ensure that you have ant installed</li>
             <li>Ensure that your test classes are error free and properly annotated</li>
-            <li>Ensure that the test class or group is available in the testing config file. For Jalview this is located in jalview/utils/jalview_testng.xml</li>
+            <li>Ensure that the test class or group is available in the TestNG config file. For Jalview this is located in jalview/utils/jalview_testng.xml</li>
            <li>Add a TestNG run target to your main ant build file, and execute the target.</li>
         </ul> 
         A more detailed guide for executing TestNG from ant is available at <a href=http://testng.org/doc/ant.html>http://testng.org/doc/ant.html</a>