Author: manaRH
Date: 2010-04-26 15:29:49 -0400 (Mon, 26 Apr 2010)
New Revision: 12648
Modified:
branches/enterprise/JBPAPP_5_0/src/test/unit/org/jboss/seam/test/unit/InterpolatorTest.java
Log:
JBPAPP-4006 - fixed the InterpolatorTest
Modified:
branches/enterprise/JBPAPP_5_0/src/test/unit/org/jboss/seam/test/unit/InterpolatorTest.java
===================================================================
---
branches/enterprise/JBPAPP_5_0/src/test/unit/org/jboss/seam/test/unit/InterpolatorTest.java 2010-04-26
13:32:53 UTC (rev 12647)
+++
branches/enterprise/JBPAPP_5_0/src/test/unit/org/jboss/seam/test/unit/InterpolatorTest.java 2010-04-26
19:29:49 UTC (rev 12648)
@@ -57,9 +57,10 @@
try
{
interpolator.interpolate("hello #{", (Object) null);
+ Assert.fail("interpolator not raised an exception");
} catch (Throwable t)
{
- Assert.fail("interpolator raised an exception");
+
}
}
Show replies by date