Author: rob.stryker(a)jboss.com
Date: 2009-11-13 14:35:27 -0500 (Fri, 13 Nov 2009)
New Revision: 18684
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2/JSTDeploymentTester.java
Log:
silly stack overflow infinite recursion mutter
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2/JSTDeploymentTester.java
===================================================================
---
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2/JSTDeploymentTester.java 2009-11-13
17:57:01 UTC (rev 18683)
+++
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2/JSTDeploymentTester.java 2009-11-13
19:35:27 UTC (rev 18684)
@@ -179,7 +179,7 @@
}
protected void assertContents(File file, int val) throws IOException, CoreException {
- assertContents(file, val);
+ assertContents(file, "" + val);
}
protected void assertContents(File file, String val) throws IOException, CoreException
{
Show replies by date