Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 06:02:25 -0400 (Wed, 09 Apr 2008)
New Revision: 6298
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault/WebFaultTestCase.java
Log:
fix typo
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault/WebFaultTestCase.java
===================================================================
---
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault/WebFaultTestCase.java 2008-04-09
09:59:04 UTC (rev 6297)
+++
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault/WebFaultTestCase.java 2008-04-09
10:02:25 UTC (rev 6298)
@@ -140,7 +140,7 @@
}
catch (Exception e)
{
- fail("Wrong exception catched!");
+ fail("Wrong exception caught!");
}
try
{
@@ -153,7 +153,7 @@
}
catch (Exception e)
{
- fail("Wrong exception catched!");
+ fail("Wrong exception caught!");
}
}
}
\ No newline at end of file
Show replies by date