From f009f414c68d11f28802886b63a9088016eebe23 Mon Sep 17 00:00:00 2001 From: trifonnt Date: Wed, 6 May 2009 08:38:51 +0000 Subject: [PATCH] Fix: commented line which was commited by mistake. --- extend/src/test/functional/inventory/InventoryTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extend/src/test/functional/inventory/InventoryTest.java b/extend/src/test/functional/inventory/InventoryTest.java index 79cce7cd71..b42ea0ea0b 100644 --- a/extend/src/test/functional/inventory/InventoryTest.java +++ b/extend/src/test/functional/inventory/InventoryTest.java @@ -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; }