# HG changeset patch # User tzezula # Date 1354953032 -3600 # Node ID 15053b74bdd92ab66dc3c5f0ea1f9484eebebaf3 # Parent c8be2d83778839664debfcd713be6f36760950e3 Fixing unit test. diff -r c8be2d837788 -r 15053b74bdd9 vm/src/test/java/org/apidesign/vm4brwsr/ExceptionsTest.java --- a/vm/src/test/java/org/apidesign/vm4brwsr/ExceptionsTest.java Sat Dec 08 08:19:46 2012 +0100 +++ b/vm/src/test/java/org/apidesign/vm4brwsr/ExceptionsTest.java Sat Dec 08 08:50:32 2012 +0100 @@ -54,7 +54,7 @@ @Test public void verifyMethodWithTryCatchThrow() throws Exception { assertExec("MethodWithTryCatch", "org_apidesign_vm4brwsr_Exceptions_methodWithTryCatchThrowI", - new Double(1.0)); + new Double(2.0)); } private static CharSequence codeSeq;