# HG changeset patch # User joe # Date 1363391681 14400 # Node ID c0df9d2ad5d32dfb4d7547af0482fdb6467de6bf # Parent b6b3d8435bb7c1159d810e9bc0b67ece99ef7da4 * make InifiniteReadingWritingTests abstract diff -r b6b3d8435bb7 -r c0df9d2ad5d3 core/tests/Xtreams__InfiniteReadingWritingTests.st --- 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 diff -r b6b3d8435bb7 -r c0df9d2ad5d3 core/tests/tests.rc --- 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