Dec. 28, 2009
12:51 a.m.
Mariano Martinez Peck <marianopeck@...> writes:
As an example, I implement a instance side method of a test that doesn't extend directly from TestCase but from 2 o 3 in the middle that finally extends from TestCase:
expectedFailures ^ (SqueakDatabaseAccessor DefaultDriver = SqueakDBXDriver) ifTrue: [ #(testBlob testBlobWithSubstring testLargeBlob)] ifFalse: [ #()].
Oh, dynamically generated expected failures! Awesome, I did not think of that use. Currently they are copied once into the stored history and then ignored upon further runs. I'll fix that. --AA