[utest commit] r18 - no log message

0 views
Skip to first unread message

codesite...@google.com

unread,
May 8, 2009, 7:45:53 AM5/8/09
to utes...@googlegroups.com
Author: franco.ponticelli
Date: Fri May 8 04:35:47 2009
New Revision: 18

Modified:
trunk/src/tests/iterations/TestLang.hx

Log:


Modified: trunk/src/tests/iterations/TestLang.hx
==============================================================================
--- trunk/src/tests/iterations/TestLang.hx (original)
+++ trunk/src/tests/iterations/TestLang.hx Fri May 8 04:35:47 2009
@@ -1,12 +1,13 @@
package tests.iterations;

+import utest.Runner;
import utest.ui.text.TraceReport;

class TestLang {
static function main() {
var runner = new Runner();
runner.addCase(new tests.lang.AnonymousObject());
-// runner.addCase(new tests.lang.ArraySyntax());
+ runner.addCase(new tests.lang.ArraySyntax());
runner.addCase(new tests.lang.Bitwise());
runner.addCase(new tests.lang.Callback());
runner.addCase(new tests.lang.Casts());
@@ -20,7 +21,7 @@
runner.addCase(new tests.lang.EnumSyntax());
runner.addCase(new tests.lang.EqualityOperators());
// problem with doc
-// runner.addCase(new tests.lang.Extensions());
+ runner.addCase(new tests.lang.Extensions());
runner.addCase(new tests.lang.ForAccess());
runner.addCase(new tests.lang.IfAccess());
runner.addCase(new tests.lang.InterfaceAccess());
@@ -36,7 +37,7 @@
runner.addCase(new tests.lang.SwitchCaseAccess());
runner.addCase(new tests.lang.TryCatch());
// problem with doc
-// runner.addCase(new tests.lang.TypedefAccess());
+ runner.addCase(new tests.lang.TypedefAccess());
runner.addCase(new tests.lang.UnusualConstructs());
runner.addCase(new tests.lang.WhileAccess());
var report = new TraceReport(runner);
Reply all
Reply to author
Forward
0 new messages