[utest] r27 committed - Edited wiki page through web user interface.

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 7, 2009, 5:58:47 AM8/7/09
to utes...@googlegroups.com
Revision: 27
Author: franco.ponticelli
Date: Fri Aug 7 02:55:04 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/utest/source/detail?r=27

Modified:
/wiki/AsyncTest.wiki

=======================================
--- /wiki/AsyncTest.wiki Fri Aug 7 02:54:25 2009
+++ /wiki/AsyncTest.wiki Fri Aug 7 02:55:04 2009
@@ -12,19 +12,19 @@
import utest.ui.text.TraceReport;

class Test {
- public static function main() {
- var runner = new Runner();
- runner.addCase(new Test());
- var report = new TraceReport(runner);
- runner.run();
- }
-
- public function new();
-
- public function testAsync() {
- var async = Assert.createAsync(function() Assert.isTrue(true));
- haxe.Timer.delay(async, 50);
- }
+ public static function main() {
+ var runner = new Runner();
+ runner.addCase(new Test());
+ var report = new TraceReport(runner);
+ runner.run();
+ }
+
+ public function new();
+
+ public function testAsync() {
+ var async = Assert.createAsync(function() Assert.isTrue(true));
+ haxe.Timer.delay(async, 50);
+ }
}
}}}

Reply all
Reply to author
Forward
0 new messages