|
@@ -128,13 +128,9 @@ class ServerTests extends TestCase {
|
|
// make sure we still invalidate if the file does change
|
|
// make sure we still invalidate if the file does change
|
|
runHaxeJson([], ServerMethods.Invalidate, {file: new FsPath("HelloWorld.hx")});
|
|
runHaxeJson([], ServerMethods.Invalidate, {file: new FsPath("HelloWorld.hx")});
|
|
runHaxe(args2);
|
|
runHaxe(args2);
|
|
- assertSuccess();
|
|
|
|
- assertSkipping("HelloWorld", Tainted("check_display_file"));
|
|
|
|
|
|
|
|
runHaxe(args);
|
|
runHaxe(args);
|
|
assertSkipping("HelloWorld", Tainted("check_display_file"));
|
|
assertSkipping("HelloWorld", Tainted("check_display_file"));
|
|
- // switch to this check when HxbData.always_wipe_cache = false
|
|
|
|
- // assertSkipping("HelloWorld", Tainted("server/invalidate"));
|
|
|
|
}
|
|
}
|
|
|
|
|
|
function testMutuallyDependent() {
|
|
function testMutuallyDependent() {
|