Add new resource stream unit test
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 11 Feb 2012 22:26:03 +0000 (23:26 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 11 Feb 2012 23:55:11 +0000 (00:55 +0100)
From Andrew Plotkin's glk-dev repository

tests/glulxercise.ui
tests/resstreamtest.gblorb [new file with mode: 0644]

index 264de510b067ebc6b772ce904dad126bfb5e5502..1cb21a434181fb5146d4b444dfd9eaf176e5bccf 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <interface>
-  <!-- interface-requires gtk+ 2.12 -->
+  <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy project-wide -->
   <object class="GtkWindow" id="window">
     <property name="border_width">6</property>
         <col id="0" translatable="yes">MemStreamTest</col>
         <col id="1">memstreamtest.ulx</col>
       </row>
+      <row>
+        <col id="0" translatable="yes">ResStreamTest</col>
+        <col id="1">resstreamtest.gblorb</col>
+      </row>
       <row>
         <col id="0" translatable="yes">UniCaseTest</col>
         <col id="1">unicasetest.ulx</col>
diff --git a/tests/resstreamtest.gblorb b/tests/resstreamtest.gblorb
new file mode 100644 (file)
index 0000000..123c0ac
Binary files /dev/null and b/tests/resstreamtest.gblorb differ