Show
Ignore:
Timestamp:
11/03/09 21:39:40 (3 weeks ago)
Author:
sukyoungryu
Message:

[demos] Fixed a phase order in the demos test.

Files:
1 modified

Legend:

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

    r3998 r4310  
    1818package com.sun.fortress.tests.unit_tests; 
    1919 
     20import com.sun.fortress.Shell;  
     21import com.sun.fortress.compiler.phases.PhaseOrder;  
    2022import com.sun.fortress.repository.ProjectProperties; 
    2123import junit.framework.Test; 
     
    4143 
    4244    public static Test suite() throws IOException { 
     45        Shell.setPhaseOrder(PhaseOrder.interpreterPhaseOrder); 
     46 
    4347        String testDir = ProjectProperties.BASEDIR + "demos"; 
    4448        String s = System.getProperty("demos");