RegressionTests__ClassWithoutVersionMethod.st
author mawalch
Wed, 06 Sep 2017 15:53:41 +0200
changeset 1697 70f420537e44
parent 1447 2351db93aa5b
child 1567 e17701a073f9
permissions -rw-r--r--
#QUALITY by mawalch class: RegressionTests::ImageReaderTest changed: #test_save_1BitPaletteImage Skip test on command line (instead of dying silently).

"{ Package: 'stx:goodies/regression' }"

"{ NameSpace: RegressionTests }"

Object subclass:#ClassWithoutVersionMethod
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'tests-Regression'
!


!ClassWithoutVersionMethod class methodsFor:'documentation'!

version
    ^ '$Header$'
! !