Fixed double asterisk bug

This commit is contained in:
U-BASIS\dsmyda 2019-08-13 17:14:25 -04:00
parent 1750e65ed6
commit 9670f05d82

View File

@ -19,8 +19,8 @@ In the event that tests are failing due to missing test data, manually run the
\image html unit_functional_testing_package.png \image html unit_functional_testing_package.png
- Run this ant command from within the autopsy directory. Replace {$PACKAGE_NAME} with the name of the test package and {$NBM} with either KeywordSearch or Core. - Run this ant command from within the autopsy directory. Replace {$PACKAGE_NAME} with the name of the test package and {$NBM} with either KeywordSearch or Core.
- $ ant -f {$NBM} -Dtest.includes=org/sleuthkit/autopsy/{$PACKAGE_NAME}/"**"/"*"Test.java test-single - $ ant -f {$NBM} -Dtest.includes=org/sleuthkit/autopsy/{$PACKAGE_NAME}/\**\htmlonly\endhtmlonly/\*Test.java test-single
<br> e.g. ant -f Core -Dtest.includes=org/sleuthkit/autopsy/ingest/"**"/"*"Test.java test-single <br> e.g. ant -f Core -Dtest.includes=org/sleuthkit/autopsy/ingest/\**\htmlonly\endhtmlonly/\*Test.java test-single
\section file Running Tests by File \section file Running Tests by File
- In Netbeans, right click the File and click “Test File”. - In Netbeans, right click the File and click “Test File”.