[Esbox-commits] r2177 - branches/work_Ed/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands

eswartz at garage.maemo.org eswartz at garage.maemo.org
Mon Sep 14 19:14:17 EEST 2009


Author: eswartz
Date: 2009-09-14 19:14:16 +0300 (Mon, 14 Sep 2009)
New Revision: 2177

Modified:
   branches/work_Ed/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands/TestScratchboxFacade.java
Log:
Fix unit test failure.

Modified: branches/work_Ed/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands/TestScratchboxFacade.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands/TestScratchboxFacade.java	2009-09-14 15:51:15 UTC (rev 2176)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands/TestScratchboxFacade.java	2009-09-14 16:14:16 UTC (rev 2177)
@@ -267,7 +267,7 @@
 		List<String> cputransps = getCputransps();
 		String cputransp = "sbrsh";
 		for (String c : cputransps) {
-			if (c.matches("qemu.*arm.*sb.*")) {
+			if (c.matches(".*qemu.*arm.*sb.*")) {
 				cputransp = c;
 				break;
 			}



More information about the Esbox-commits mailing list