Author: thomas.diesler(a)jboss.com
Date: 2008-04-18 13:09:22 -0400 (Fri, 18 Apr 2008)
New Revision: 6513
Modified:
common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
Log:
Imporove exception on invalid jboss.integration.target
Modified: common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
===================================================================
--- common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2008-04-18
17:00:46 UTC (rev 6512)
+++ common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2008-04-18
17:09:22 UTC (rev 6513)
@@ -212,7 +212,7 @@
}
if (integrationTarget.startsWith(jbossVersion) == false)
- throw new IllegalStateException("Integration target mismatch: " +
integrationTarget + ".startsWith(" + jbossVersion + ") == false");
+ throw new IllegalStateException("Integration target mismatch: " +
integrationTarget + ".startsWith(" + jbossVersion + ")");
}
return integrationTarget;
}