Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> --- regression/jvm/ClassExceptionsTest.java | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/regression/jvm/ClassExceptionsTest.java b/regression/jvm/ClassExceptionsTest.java index e18287b..38007b0 100644 --- a/regression/jvm/ClassExceptionsTest.java +++ b/regression/jvm/ClassExceptionsTest.java @@ -38,7 +38,7 @@ public class ClassExceptionsTest extends TestCase { public static void testClassInitFailure() { boolean caught = false; - VM.enableFault(VM.FAULT_IN_CLASS_INIT, "ClassExceptionsTest$A"); + VM.enableFault(VM.FAULT_IN_CLASS_INIT, "jvm/ClassExceptionsTest$A"); try { A.field = 0; @@ -61,8 +61,6 @@ public class ClassExceptionsTest extends TestCase { } public static void main(String []args) { -/* FIXME testClassInitFailure(); -*/ } } -- 1.6.0.6 ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel