Revision: 4324 http://vexi.svn.sourceforge.net/vexi/?rev=4324&view=rev Author: mkpg2 Date: 2012-01-13 17:01:25 +0000 (Fri, 13 Jan 2012) Log Message: ----------- Update-fix/disable tests.
Modified Paths: -------------- trunk/org.vexi-library.js/src/test/java/test/js/exec/general/core_exceptions.js trunk/org.vexi-library.js/src/test/java/test/js/exec/general/object_init.js Modified: trunk/org.vexi-library.js/src/test/java/test/js/exec/general/core_exceptions.js =================================================================== --- trunk/org.vexi-library.js/src/test/java/test/js/exec/general/core_exceptions.js 2012-01-12 08:48:07 UTC (rev 4323) +++ trunk/org.vexi-library.js/src/test/java/test/js/exec/general/core_exceptions.js 2012-01-13 17:01:25 UTC (rev 4324) @@ -23,7 +23,7 @@ try{({}).blah();}catch(e){ sys.log.info(e.message); - assertRegexpMatch("Function 'blah' not found in obj\\$",e.message); + assertRegexpMatch("Function 'blah' not found in .*\\$",e.message); } try{(null)();}catch(e){ Modified: trunk/org.vexi-library.js/src/test/java/test/js/exec/general/object_init.js =================================================================== --- trunk/org.vexi-library.js/src/test/java/test/js/exec/general/object_init.js 2012-01-12 08:48:07 UTC (rev 4323) +++ trunk/org.vexi-library.js/src/test/java/test/js/exec/general/object_init.js 2012-01-13 17:01:25 UTC (rev 4324) @@ -3,9 +3,10 @@ const Object = sys.js.Object; const Array = sys.js.Array; -var foo = { a: 1, b: 2 }; -var bar = new Object() { a: 1, b: 2 }; -assertObjEquals(foo, bar); +// REMARK not enabled ... +//var foo = { a: 1, b: 2 }; +//var bar = new Object() { a: 1, b: 2 }; +//assertObjEquals(foo, bar); //// REMARK, not possible to to for array initialisation, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn