Author: ben Date: 2007-06-28 13:46:42 -0700 (Thu, 28 Jun 2007) New Revision: 5544
Modified: openlaszlo/branches/4.0/test/smoke/regression.lzl Log: Merged revisions 4969 via svnmerge from http://svn.openlaszlo.org/openlaszlo/branches/legals ....... r4969 | pbr | 2007-05-11 06:20:07 -0700 (Fri, 11 May 2007) | 28 lines Change 20070510-Philip-4 by [EMAIL PROTECTED] on 2007-05-10 15:00:13 EST in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/legals Summary: Fix broken smokecheck New Features: Bugs Fixed: Technical Reviewer: ptw QA Reviewer: (pending) Doc Reviewer: (pending) Documentation: Release Notes: Details: I broke smokecheck when I checked in my change for null datasets (changeset 4923 ). I modified the test to expect the (new) correct value. Tests: test/smoke/smokecheck.lzx Files: M test/smoke/regression.lzl Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070510-Philip-4.tar ....... Modified: openlaszlo/branches/4.0/test/smoke/regression.lzl =================================================================== --- openlaszlo/branches/4.0/test/smoke/regression.lzl 2007-06-28 20:40:16 UTC (rev 5543) +++ openlaszlo/branches/4.0/test/smoke/regression.lzl 2007-06-28 20:46:42 UTC (rev 5544) @@ -745,7 +745,7 @@ <method name="testEmptyXPath"> dp.setNodeAttribute("foo", "bar") - assertUndefined(dp.getNodeCount()) + assertEquals(dp.getNodeCount(), 0) </method> </class> _______________________________________________ Laszlo-checkins mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
