Nicolas Cannasse 15 年之前
父節點
當前提交
762405c646
共有 2 個文件被更改,包括 54 次插入54 次删除
  1. 26 26
      tests/unit/unit.hxml
  2. 28 28
      tests/unit/unit.hxp

+ 26 - 26
tests/unit/unit.hxml

@@ -1,17 +1,17 @@
-# 
--swf unit8.swf
--main unit.Test
--debug
+# 
+-swf unit8.swf
+-main unit.Test
+-debug
 -cp ..
 -cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
--D noopt
+-D noopt
 
 
 --next
 --next
-# Flash9
--swf9 unit9.swf
--main unit.Test
--debug
+# Flash9
+-swf9 unit9.swf
+-main unit.Test
+-debug
 -cp ..
 -cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
@@ -22,36 +22,36 @@
 #-cp ..
 #-cp ..
 #-main unit.Test
 #-main unit.Test
 #-D noopt
 #-D noopt
-#-cmd mxmlc -default-size 800 600 -debug -output unit9_as3.swf as3/__main__.as
+#-cmd mxmlc -default-size 800 600 -debug -output unit9_as3.swf as3/__main__.as
 
 
 --next
 --next
-# JS
--js unit.js
-unit.Test
+# JS
+-js unit.js
+unit.Test
 -cp ..
 -cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
--D noopt
+-D noopt
 
 
 --next
 --next
-# 
--neko unit.n
--main unit.Test
+# 
+-neko unit.n
+-main unit.Test
 -cp ..
 -cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
--D noopt
+-D noopt
 
 
 --next
 --next
-# RemotingServer
--neko remoting.n
--main unit.RemotingServer
--cp ..
+# RemotingServer
+-neko remoting.n
+-main unit.RemotingServer
+-cp ..
 
 
 --next
 --next
-# PHP
--php php
--main unit.Test
+# PHP
+-php php
+-main unit.Test
 -cp ..
 -cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
@@ -63,4 +63,4 @@ unit.Test
 #-cp ..
 #-cp ..
 #-resource res1.txt
 #-resource res1.txt
 #-resource res2.bin
 #-resource res2.bin
-#-D noopt
+#-D noopt

+ 28 - 28
tests/unit/unit.hxp

@@ -1,8 +1,8 @@
-<haxe selected="0">
+<haxe selected="0">
   <output name="" mode="swf" out="unit8.swf" class="unit.Test" lib="" cmd="http://dev.unit-tests/unit.html" main="True" debug="True">-cp ..
   <output name="" mode="swf" out="unit8.swf" class="unit.Test" lib="" cmd="http://dev.unit-tests/unit.html" main="True" debug="True">-cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
--D noopt</output>
+-D noopt</output>
   <output name="Flash9" mode="swf9" out="unit9.swf" class="unit.Test" lib="" cmd="unit9_as3.swf" main="True" debug="True">-cp ..
   <output name="Flash9" mode="swf9" out="unit9.swf" class="unit.Test" lib="" cmd="unit9_as3.swf" main="True" debug="True">-cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
@@ -13,16 +13,16 @@
 #-cp ..
 #-cp ..
 #-main unit.Test
 #-main unit.Test
 #-D noopt
 #-D noopt
-#-cmd mxmlc -default-size 800 600 -debug -output unit9_as3.swf as3/__main__.as</output>
+#-cmd mxmlc -default-size 800 600 -debug -output unit9_as3.swf as3/__main__.as</output>
   <output name="JS" mode="js" out="unit.js" class="unit.Test" lib="" cmd="" main="False" debug="False">-cp ..
   <output name="JS" mode="js" out="unit.js" class="unit.Test" lib="" cmd="" main="False" debug="False">-cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
--D noopt</output>
+-D noopt</output>
   <output name="" mode="neko" out="unit.n" class="unit.Test" lib="" cmd="" main="True" debug="False">-cp ..
   <output name="" mode="neko" out="unit.n" class="unit.Test" lib="" cmd="" main="True" debug="False">-cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
--D noopt</output>
-  <output name="RemotingServer" mode="neko" out="remoting.n" class="unit.RemotingServer" lib="" cmd="" main="True" debug="False">-cp ..</output>
+-D noopt</output>
+  <output name="RemotingServer" mode="neko" out="remoting.n" class="unit.RemotingServer" lib="" cmd="" main="True" debug="False">-cp ..</output>
   <output name="PHP" mode="php" out="php" class="unit.Test" lib="" cmd="" main="True" debug="False">-cp ..
   <output name="PHP" mode="php" out="php" class="unit.Test" lib="" cmd="" main="True" debug="False">-cp ..
 -resource res1.txt
 -resource res1.txt
 -resource res2.bin
 -resource res2.bin
@@ -34,26 +34,26 @@
 #-cp ..
 #-cp ..
 #-resource res1.txt
 #-resource res1.txt
 #-resource res2.bin
 #-resource res2.bin
-#-D noopt</output>
-  <files path="/">
-    <file path="MyClass.hx" />
-    <file path="MyEnum.hx" />
-    <file path="MySubClass.hx" />
-    <file path="RemotingApi.hx" />
-    <file path="RemotingServer.hx" />
-    <file path="Test.hx" />
-    <file path="TestBasetypes.hx" />
-    <file path="TestBytes.hx" />
-    <file path="TestEReg.hx" />
-    <file path="TestInt32.hx" />
-    <file path="TestIO.hx" />
-    <file path="TestLocals.hx" />
-    <file path="TestMisc.hx" />
-    <file path="TestReflect.hx" />
-    <file path="TestRemoting.hx" />
-    <file path="TestResource.hx" />
-    <file path="TestSerialize.hx" />
-    <file path="TestType.hx" />
-    <file path="TestXML.hx" />
-  </files>
+#-D noopt</output>
+  <files path="/">
+    <file path="MyClass.hx" />
+    <file path="MyEnum.hx" />
+    <file path="MySubClass.hx" />
+    <file path="RemotingApi.hx" />
+    <file path="RemotingServer.hx" />
+    <file path="Test.hx" />
+    <file path="TestBasetypes.hx" />
+    <file path="TestBytes.hx" />
+    <file path="TestEReg.hx" />
+    <file path="TestInt32.hx" />
+    <file path="TestIO.hx" />
+    <file path="TestLocals.hx" />
+    <file path="TestMisc.hx" />
+    <file path="TestReflect.hx" />
+    <file path="TestRemoting.hx" />
+    <file path="TestResource.hx" />
+    <file path="TestSerialize.hx" />
+    <file path="TestType.hx" />
+    <file path="TestXML.hx" />
+  </files>
 </haxe>
 </haxe>