[Laszlo-checkins] r8993 - openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests
dda@openlaszlo.org
dda at openlaszlo.org
Sun May 4 15:40:55 PDT 2008
Author: dda
Date: 2008-05-04 15:40:49 -0700 (Sun, 04 May 2008)
New Revision: 8993
Modified:
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/LaszloEvents.xml
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/shortest.xml
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/simplecomment.xml
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/test_include.xml
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment.xml
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment2.xml
Log:
Change 20080504-dda-G by dda at lester.local on 2008-05-04 18:31:18 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Remove references to old runtimes jsme,svg in tests for js2doc
New Features:
Bugs Fixed: LPP-5906
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)
Documentation:
Release Notes:
Details:
Running 'ant test' at the top of the tree calls extra tests for js2doc, which were not passing.
Tests:
Ran 'ant test' at top of tree after building from scratch (no need to build doc).
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/LaszloEvents.xml
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/LaszloEvents.xml 2008-05-04 22:38:19 UTC (rev 8992)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/LaszloEvents.xml 2008-05-04 22:40:49 UTC (rev 8993)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><js2doc buildoptions="debug profile" runtimeoptions="dhtml j2me svg swf7 swf8 swf9"><unit id="test.LaszloEvents.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/LaszloEvents.js"><doc><text>LaszloEvents.lzs</text><tag name="copyright"><text>Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved.
+<?xml version="1.0" encoding="UTF-8"?><js2doc buildoptions="debug profile" runtimeoptions="dhtml swf7 swf8 swf9"><unit id="test.LaszloEvents.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/LaszloEvents.js"><doc><text>LaszloEvents.lzs</text><tag name="copyright"><text>Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
Use is subject to license terms.</text></tag><tag name="affects"><text>lzevent lzdelegate</text></tag></doc></unit><property id="LzDelegate" name="LzDelegate" unitid="test.LaszloEvents.js"><doc><text>A delegate is essentially a closure.</text></doc><class><property id="LzDelegate.prototype" name="prototype"><object><property id="LzDelegate.prototype.initialize" name="initialize"><function><parameter name="context" type="Object"><doc><text>reference to object which will be called</text></doc></parameter><parameter name="functionName" type="String"><doc><text>name of the method to call (a string)</text></doc></parameter><parameter name="eventSender" type="Object"><doc><text>optional; the sender of the event to register the
new delegate for.</text></doc></parameter><parameter name="eventName" type="String"><doc><text>Optional, but required if eventSender is used; The name
of the event to register the new delegate for.</text></doc></parameter></function></property><property id="LzDelegate.prototype.execute" name="execute"><doc><text>Executes the named method in the given context with the given data. Returns
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/shortest.xml
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/shortest.xml 2008-05-04 22:38:19 UTC (rev 8992)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/shortest.xml 2008-05-04 22:40:49 UTC (rev 8993)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2006-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
-<js2doc buildoptions="debug profile" runtimeoptions="dhtml j2me svg swf7 swf8 swf9"><unit id="test.shortest.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/shortest.js"/><property id="foo" name="foo" unitid="test.shortest.js"/></js2doc>
\ No newline at end of file
+<js2doc buildoptions="debug profile" runtimeoptions="dhtml swf7 swf8 swf9"><unit id="test.shortest.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/shortest.js"/><property id="foo" name="foo" unitid="test.shortest.js"/></js2doc>
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/simplecomment.xml
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/simplecomment.xml 2008-05-04 22:38:19 UTC (rev 8992)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/simplecomment.xml 2008-05-04 22:40:49 UTC (rev 8993)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2006-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
-<js2doc buildoptions="debug profile" runtimeoptions="dhtml j2me svg swf7 swf8 swf9"><unit id="test.simplecomment.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/simplecomment.js"/><property id="foo" name="foo" unitid="test.simplecomment.js"><doc><text>foo</text></doc></property></js2doc>
\ No newline at end of file
+<js2doc buildoptions="debug profile" runtimeoptions="dhtml swf7 swf8 swf9"><unit id="test.simplecomment.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/simplecomment.js"/><property id="foo" name="foo" unitid="test.simplecomment.js"><doc><text>foo</text></doc></property></js2doc>
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/test_include.xml
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/test_include.xml 2008-05-04 22:38:19 UTC (rev 8992)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/test_include.xml 2008-05-04 22:40:49 UTC (rev 8993)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
-<js2doc buildoptions="debug profile" runtimeoptions="dhtml j2me svg swf7 swf8 swf9"><unit id="test.test_include.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/test_include.js"/><unit id="test.more.more.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/more/more.js" unitid="test.test_include.js"/><property id="baz" name="baz" unitid="test.more.more.js"/><property id="foo" name="foo" unitid="test.test_include.js"/></js2doc>
+<js2doc buildoptions="debug profile" runtimeoptions="dhtml swf7 swf8 swf9"><unit id="test.test_include.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/test_include.js"/><unit id="test.more.more.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/more/more.js" unitid="test.test_include.js"/><property id="baz" name="baz" unitid="test.more.more.js"/><property id="foo" name="foo" unitid="test.test_include.js"/></js2doc>
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment.xml
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment.xml 2008-05-04 22:38:19 UTC (rev 8992)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment.xml 2008-05-04 22:40:49 UTC (rev 8993)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2006-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
-<js2doc buildoptions="debug profile" runtimeoptions="dhtml j2me svg swf7 swf8 swf9"><unit path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment.js" id="test.unitcomment.js"><doc><text>unitcomment.js</text><tag name="author"><text>jgrandy</text></tag><tag name="affects"><text>test1 test2</text></tag><tag name="copyright"><text>Copyright 2006 Laszlo Systems, Inc. All Rights Reserved.
+<js2doc buildoptions="debug profile" runtimeoptions="dhtml swf7 swf8 swf9"><unit path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment.js" id="test.unitcomment.js"><doc><text>unitcomment.js</text><tag name="author"><text>jgrandy</text></tag><tag name="affects"><text>test1 test2</text></tag><tag name="copyright"><text>Copyright 2006 Laszlo Systems, Inc. All Rights Reserved.
Use is subject to license terms.</text></tag></doc></unit></js2doc>
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment2.xml
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment2.xml 2008-05-04 22:38:19 UTC (rev 8992)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment2.xml 2008-05-04 22:40:49 UTC (rev 8993)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2006-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
-<js2doc buildoptions="debug profile" runtimeoptions="dhtml j2me svg swf7 swf8 swf9"><unit id="test.unitcomment2.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment2.js"><doc><text>unitcomment.js</text><tag name="author"><text>jgrandy</text></tag><tag name="affects"><text>test1 test2</text></tag><tag name="copyright"><text>Copyright 2006 Laszlo Systems, Inc. All Rights Reserved.
+<js2doc buildoptions="debug profile" runtimeoptions="dhtml swf7 swf8 swf9"><unit id="test.unitcomment2.js" path="WEB-INF/lps/server/src/org/openlaszlo/js2doc/tests/unitcomment2.js"><doc><text>unitcomment.js</text><tag name="author"><text>jgrandy</text></tag><tag name="affects"><text>test1 test2</text></tag><tag name="copyright"><text>Copyright 2006 Laszlo Systems, Inc. All Rights Reserved.
Use is subject to license terms.</text></tag></doc></unit><property id="foo" name="foo" unitid="test.unitcomment2.js"><doc><text>foo</text></doc></property></js2doc>
More information about the Laszlo-checkins
mailing list