On Mon, Dec 28, 2009 at 1:00 AM, Adrian Kuhn <akuhn@iam.unibe.ch> wrote:
MMariano Martinez Peck <marianopeck@...> writes:

> This is great :) I run all my SqueakDBX and GlorpDBX tests

Thanks for using it!

thanks you for the develop :)

> and I have one only problem: the expectedFailures are not working any more :(
�I put a halt are they are not even being called. All the rest seem to work (I
�have even test resources in both projects)

Cannot reproduce that. Can you check which version of SUnit is loaded in your
�image?
SUnit-AdrianKuhn.114
SUnitGUI-AdrianKuhn.57


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: [ #()].
���
���
HTH

Mariano


--AA


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project