On Aug 21, 2006, at 12:39 PM, P T Withington wrote: > On 2006-08-21, at 15:06 EDT, Benjamin Shine wrote: > >> [exec] js: "tmp/test_lztest_lztest-node.js", line 52: >> uncaught JavaScript runtime exception: ReferenceError: >> "LzTestManager" is not defined. >> [exec] FAILED a test in runlztest.sh > > I don't think I'm the hoser, but where does tmp/test_lztest_lztest- > node.js come from and why can it not find LzTestManager?
tmp/test_lztest_lztest-node.js is the compiler output for the test file legals/test/lztest/lztest-node.lzx. It's created with $LPS_HOME/WEB-INF/lps/server/bin/lzc --runtime=dhtml It's also the first of the automated lztests to run. (The tests to run are listed in test/lztest/smoketest.txt) This makes me suspect that it is a problem with something fundamental in the class/node/object system. Looking at the svn log, I suspect pbr, who seems to have been working on LzNode. "ant lztest" should give you this exact output. _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
