Author: hqm
Date: 2008-01-30 19:40:02 -0800 (Wed, 30 Jan 2008)
New Revision: 7932
Modified:
openlaszlo/trunk/test/smoke/compiler.lzl
Log:
Change 20080130-hqm-0 by [EMAIL PROTECTED] on 2008-01-30 22:39:12 EST
in /cygdrive/c/users/hqm/openlaszlo/trunk/test/smoke
for http://svn.openlaszlo.org/openlaszlo/trunk/test/smoke
Summary: parseQueryString is now a class method
New Features:
Bugs Fixed:
Technical Reviewer: dda
QA Reviewer: ptw
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
LzParam.parseQueryString got moved to be a static class method
Tests:
Modified: openlaszlo/trunk/test/smoke/compiler.lzl
===================================================================
--- openlaszlo/trunk/test/smoke/compiler.lzl 2008-01-31 02:02:45 UTC (rev
7931)
+++ openlaszlo/trunk/test/smoke/compiler.lzl 2008-01-31 03:40:02 UTC (rev
7932)
@@ -2,7 +2,7 @@
Compiler Tests
-->
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
- * Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved.
*
+ * Copyright 2001-2006, 2008 Laszlo Systems, Inc. All Rights Reserved.
*
* Use is subject to license terms.
*
* X_LZ_COPYRIGHT_END
****************************************************** -->
@@ -33,8 +33,7 @@
// Verify runtime matches requested
var url = LzBrowser.getLoadURLAsLzURL();
if (url.query != null) {
- // TODO: [2005-11-22 ptw] This should be a class method
- var query = LzParam.prototype.parseQueryString(url.query);
+ var query = LzParam.parseQueryString(url.query);
}
if (query.hasOwnProperty('lzr')) {
assertEquals($runtime, query.lzr, "$runtime matches query
arg");
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins