- Timestamp:
- 06/30/09 21:15:49 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/src/com/sun/fortress/tests/unit_tests/FileTests.java
r3898 r3909 987 987 if (props.get("link") != null) 988 988 commandTests.add(new CommandTest("link", props, canonicalDirName, 989 dirname, testname, failsOnly,990 expect_not_passing, shouldFail));989 dirname, testname, failsOnly, 990 expect_not_passing, shouldFail)); 991 991 992 992 if (props.get("api") != null) 993 993 runTests.add(new CommandTest("api", props, canonicalDirName, 994 dirname, testname, failsOnly, 995 expect_not_passing, shouldFail)); 994 dirname, testname, failsOnly, 995 expect_not_passing, shouldFail)); 996 997 if (props.get("parse") != null) 998 runTests.add(new CommandTest("parse", props, canonicalDirName, 999 dirname, testname, failsOnly, 1000 expect_not_passing, shouldFail)); 996 1001 997 1002 if (props.get("run") != null)

