Show
Ignore:
Timestamp:
06/30/09 21:15:49 (5 months ago)
Author:
sukyoungryu
Message:

[parser] Implemented some simple ASCII conversion. Added a test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/src/com/sun/fortress/tests/unit_tests/FileTests.java

    r3898 r3909  
    987987        if (props.get("link") != null) 
    988988            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)); 
    991991 
    992992        if (props.get("api") != null) 
    993993            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)); 
    9961001 
    9971002        if (props.get("run") != null)