* make InifiniteReadingWritingTests abstract
authorjoe
Fri, 15 Mar 2013 19:54:41 -0400
changeset 113 c0df9d2ad5d3
parent 112 b6b3d8435bb7
child 114 a1299e9b4ccf
child 115 eaa0849c3f13
child 116 fa5b4c9f582d
child 119 b7321b3f5858
* make InifiniteReadingWritingTests abstract
core/tests/Xtreams__InfiniteReadingWritingTests.st
core/tests/tests.rc
--- a/core/tests/Xtreams__InfiniteReadingWritingTests.st	Fri Mar 15 19:39:10 2013 -0400
+++ b/core/tests/Xtreams__InfiniteReadingWritingTests.st	Fri Mar 15 19:54:41 2013 -0400
@@ -15,6 +15,13 @@
 !
 
 
+!InfiniteReadingWritingTests class methodsFor:'testing'!
+
+isAbstract
+
+    ^true
+! !
+
 !InfiniteReadingWritingTests methodsFor:'tests - core'!
 
 testGet
--- a/core/tests/tests.rc	Fri Mar 15 19:39:10 2013 -0400
+++ b/core/tests/tests.rc	Fri Mar 15 19:54:41 2013 -0400
@@ -3,7 +3,7 @@
 // automagically generated from the projectDefinition: stx_goodies_xtreams_core_tests.
 //
 VS_VERSION_INFO VERSIONINFO
-  FILEVERSION     6,2,32767,32767
+  FILEVERSION     6,2,0,1
   PRODUCTVERSION  6,2,3,0
 #if (__BORLANDC__)
   FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
@@ -20,12 +20,12 @@
     BEGIN
       VALUE "CompanyName", "eXept Software AG\0"
       VALUE "FileDescription", "Smalltalk/X Class library (LIB)\0"
-      VALUE "FileVersion", "6.2.32767.32767\0"
+      VALUE "FileVersion", "6.2.0.1\0"
       VALUE "InternalName", "stx:goodies/xtreams/core/tests\0"
       VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2013\nCopyright eXept Software AG 1998-2013\0"
       VALUE "ProductName", "Smalltalk/X\0"
       VALUE "ProductVersion", "6.2.3.0\0"
-      VALUE "ProductDate", "Fri, 15 Mar 2013 22:35:17 GMT\0"
+      VALUE "ProductDate", "Fri, 15 Mar 2013 23:54:17 GMT\0"
     END
 
   END