[jbosscache-commits] JBoss Cache SVN: r7419 - core/trunk/src/test/java/org/jboss/cache/config/parsing.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 8 18:52:42 EST 2009


Author: mircea.markus
Date: 2009-01-08 18:52:42 -0500 (Thu, 08 Jan 2009)
New Revision: 7419

Modified:
   core/trunk/src/test/java/org/jboss/cache/config/parsing/SampleConfigFilesCorrectnessTest.java
Log:
updated allowed warnings

Modified: core/trunk/src/test/java/org/jboss/cache/config/parsing/SampleConfigFilesCorrectnessTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/config/parsing/SampleConfigFilesCorrectnessTest.java	2009-01-08 23:18:44 UTC (rev 7418)
+++ core/trunk/src/test/java/org/jboss/cache/config/parsing/SampleConfigFilesCorrectnessTest.java	2009-01-08 23:52:42 UTC (rev 7419)
@@ -119,7 +119,8 @@
       String[] TOLERABLE_WARNINGS =
             {
                   "DummyTransactionManager",
-                  "could not bind to /" //this might appear on some linuxes...
+                  "could not bind to /", //this is a binding excpetion that might appear on some linuxes...
+                  "failed to join /" //this might appear on linux + jdk6 
             };
       boolean foundUnknownWarning = false;
 




More information about the jbosscache-commits mailing list