Fix: commented line which was commited by mistake.

This commit is contained in:
trifonnt 2009-05-06 08:38:51 +00:00
parent 19ec6b94bd
commit f009f414c6
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ public class InventoryTest extends AdempiereTestCase
//
for (MMScenario scenario : tests)
{
if ("junit-test-line_053".compareTo(scenario.name) <= 0)
// Uncomment below line only if you want to run only one test!
//if ("junit-test-line_053".compareTo(scenario.name) <= 0)
runMMScenario(scenario, trxName);
// break;
}