Changeset 4310 for trunk/ProjectFortress
- Timestamp:
- 11/03/09 21:39:40 (3 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/src/com/sun/fortress/tests/unit_tests/DemoTests.java
r3998 r4310 18 18 package com.sun.fortress.tests.unit_tests; 19 19 20 import com.sun.fortress.Shell; 21 import com.sun.fortress.compiler.phases.PhaseOrder; 20 22 import com.sun.fortress.repository.ProjectProperties; 21 23 import junit.framework.Test; … … 41 43 42 44 public static Test suite() throws IOException { 45 Shell.setPhaseOrder(PhaseOrder.interpreterPhaseOrder); 46 43 47 String testDir = ProjectProperties.BASEDIR + "demos"; 44 48 String s = System.getProperty("demos");

