# HG changeset patch # User sr # Date 1505216010 -7200 # Node ID aaa1ed543bd03ff727132b4fcb17b97192bfdfed # Parent 14314e2cc16a05a7fa1f9d2a726a6cee48188b07 *** empty log message *** diff -r 14314e2cc16a -r aaa1ed543bd0 quickSelfTest/RunUnitTests.st --- a/quickSelfTest/RunUnitTests.st Thu Jul 13 03:57:41 2017 +0000 +++ b/quickSelfTest/RunUnitTests.st Tue Sep 12 13:33:30 2017 +0200 @@ -1,4 +1,4 @@ -'From Smalltalk/X, Version:7.1.0.0 on 21-03-2017 at 14:52:37' ! +'From Smalltalk/X, Version:7.1.0.0 on 12-09-2017 at 13:33:27' ! "{ Package: 'stx:goodies/regression' }" @@ -132,7 +132,7 @@ excludedUnitTestClassNamesForExpecco ^ self excludedUnitTestClassNamesForAll , #( - + #'RegressionTests::BreakpointTests' ) ! !