Changeset 4306
- Timestamp:
- 11/02/09 17:36:27 (3 weeks ago)
- Location:
- trunk/ProjectFortress/src/com/sun/fortress
- Files:
-
- 2 modified
-
compiler/environments/TopLevelEnvGenJUTest.java (modified) (2 diffs)
-
tests/unit_tests/SpecDataJUTest.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/src/com/sun/fortress/compiler/environments/TopLevelEnvGenJUTest.java
r4110 r4306 20 20 import com.sun.fortress.Shell; 21 21 import com.sun.fortress.compiler.WellKnownNames; 22 import com.sun.fortress.compiler.phases.PhaseOrder; 22 23 import com.sun.fortress.exceptions.StaticError; 23 24 import com.sun.fortress.exceptions.shell.UserError; … … 50 51 @Override 51 52 protected void setUp() throws Exception { 53 Shell.setPhaseOrder(PhaseOrder.interpreterPhaseOrder); 52 54 Shell.setScala(false); 53 55 fssFiles = new String[4]; -
trunk/ProjectFortress/src/com/sun/fortress/tests/unit_tests/SpecDataJUTest.java
r3998 r4306 17 17 package com.sun.fortress.tests.unit_tests; 18 18 19 import com.sun.fortress.Shell; 20 import com.sun.fortress.compiler.phases.PhaseOrder; 19 21 import com.sun.fortress.repository.ProjectProperties; 20 22 import junit.framework.Test; … … 29 31 30 32 public static Test suite() throws IOException { 33 Shell.setPhaseOrder(PhaseOrder.interpreterPhaseOrder); 34 31 35 String testDir1 = ProjectProperties.FORTRESS_AUTOHOME + "/SpecData/examples/basic"; 32 36 String testDir2 = ProjectProperties.FORTRESS_AUTOHOME + "/SpecData/examples/preliminaries";

