Added and updated Zarf's Glulxercise unit tests
authorPhilip Chimento <philip.chimento@gmail.com>
Mon, 3 May 2010 18:42:53 +0000 (18:42 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Mon, 3 May 2010 18:42:53 +0000 (18:42 +0000)
git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@263 ddfedd41-794f-dd11-ae45-00112f111e67

tests/arraylimittest.ulx [new file with mode: 0644]
tests/externalfile.ulx [new file with mode: 0644]
tests/glulxercise.ui
tests/glulxercise.ulx
tests/memstreamtest.ulx
tests/unicasetest.ulx [new file with mode: 0644]
tests/unidicttest.ulx [new file with mode: 0644]
tests/windowtest.ulx [new file with mode: 0644]

diff --git a/tests/arraylimittest.ulx b/tests/arraylimittest.ulx
new file mode 100644 (file)
index 0000000..68772b7
Binary files /dev/null and b/tests/arraylimittest.ulx differ
diff --git a/tests/externalfile.ulx b/tests/externalfile.ulx
new file mode 100644 (file)
index 0000000..970f6d6
Binary files /dev/null and b/tests/externalfile.ulx differ
index 5ca17ae40dbc9802027ad45f8085dc6b492ce12a..218e2832cf50bfca3411ac1043b5f7d531c50edf 100644 (file)
     <data>
       <row>
         <col id="0" translatable="yes">Glulxercise</col>
-        <col id="1" translatable="yes">glulxercise.ulx</col>
+        <col id="1">glulxercise.ulx</col>
       </row>
       <row>
         <col id="0" translatable="yes">AccelFuncTest</col>
-        <col id="1" translatable="yes">accelfunctest.ulx</col>
+        <col id="1">accelfunctest.ulx</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">ArrayLimitTest</col>
+        <col id="1">arraylimittest.ulx</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">ExternalFile</col>
+        <col id="1">externalfile.ulx</col>
       </row>
       <row>
         <col id="0" translatable="yes">InputEventText</col>
-        <col id="1" translatable="yes">inputeventtext.ulx</col>
+        <col id="1">inputeventtext.ulx</col>
       </row>
       <row>
         <col id="0" translatable="yes">MemCopyTest</col>
-        <col id="1" translatable="yes">memcopytest.ulx</col>
+        <col id="1">memcopytest.ulx</col>
       </row>
       <row>
         <col id="0" translatable="yes">MemHeapTest</col>
-        <col id="1" translatable="yes">memheaptest.ulx</col>
+        <col id="1">memheaptest.ulx</col>
       </row>
       <row>
         <col id="0" translatable="yes">MemStreamTest</col>
-        <col id="1" translatable="yes">memstreamtest.ulx</col>
+        <col id="1">memstreamtest.ulx</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">UniCaseTest</col>
+        <col id="1">unicasetest.ulx</col>
       </row>
       <row>
         <col id="0" translatable="yes">UnicodeTest</col>
-        <col id="1" translatable="yes">unicodetest.ulx</col>
+        <col id="1">unicodetest.ulx</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">UniDictTest</col>
+        <col id="1">unidicttest.ulx</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">WindowTest</col>
+        <col id="1">windowtest.ulx</col>
       </row>
     </data>
   </object>
index 671a325003c199ef1df650521a02c5b1ec7e2fa0..7ba2a8a52a8465b21da8d53e7649b15e467460bb 100644 (file)
Binary files a/tests/glulxercise.ulx and b/tests/glulxercise.ulx differ
index d784b3aa13e70ec2f632c2cdf3af79a5c5261807..7efb5815be187ea23f74b8e11fa3c34daeba79e6 100644 (file)
Binary files a/tests/memstreamtest.ulx and b/tests/memstreamtest.ulx differ
diff --git a/tests/unicasetest.ulx b/tests/unicasetest.ulx
new file mode 100644 (file)
index 0000000..9f18c14
Binary files /dev/null and b/tests/unicasetest.ulx differ
diff --git a/tests/unidicttest.ulx b/tests/unidicttest.ulx
new file mode 100644 (file)
index 0000000..69e4eb6
Binary files /dev/null and b/tests/unidicttest.ulx differ
diff --git a/tests/windowtest.ulx b/tests/windowtest.ulx
new file mode 100644 (file)
index 0000000..972a63a
Binary files /dev/null and b/tests/windowtest.ulx differ