drop interval/timeout funs. Modify traffic light example

This commit is contained in:
pTalanov
2012-05-31 20:10:19 +04:00
parent 44c0baa9e1
commit 5fa3e96e4b
6 changed files with 431 additions and 412 deletions
@@ -40,11 +40,11 @@ public final class WebDemoCanvasExamplesTest extends SingleFileTranslationTest {
}
public void testCreatures() throws Exception {
doTest("Creatures.kt", "document");
doTest("Creatures.kt", "$");
}
public void testHelloKotlin() throws Exception {
doTest("Hello, Kotlin.kt", "document");
doTest("Hello, Kotlin.kt", "$");
}
public void testFancyLines() throws Exception {
@@ -52,7 +52,7 @@ public final class WebDemoCanvasExamplesTest extends SingleFileTranslationTest {
}
public void testTrafficLight() throws Exception {
doTest("Traffic light.kt", "document");
doTest("Traffic light.kt", "window");
}
private void doTest(@NotNull String filename, @NotNull String firstUnknownSymbolEncountered) throws Exception {