Changeset 3825 for trunk/library
- Timestamp:
- 08/27/07 08:10:57 (17 months ago)
- Files:
-
- 1 modified
-
trunk/library/lgtunit.lgt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/lgtunit.lgt
r3818 r3825 3 3 4 4 :- info([ 5 version is 0. 1,5 version is 0.2, 6 6 author is 'Paulo Moura', 7 date is 2007/08/ 5,7 date is 2007/08/27, 8 8 comment is 'Logtalk unit test framework.']). 9 9 … … 85 85 ( catch({Goal}, Ball, ((Ball = Error -> passed_test(Test, Goal); failed_test(Test, Goal)), Flag = error)) -> 86 86 ( var(Flag) -> 87 failed_test(Test, Goal , Error)87 failed_test(Test, Goal) 88 88 ; true 89 89 ) 90 ; failed_test(Test, Goal , Error)90 ; failed_test(Test, Goal) 91 91 ). 92 92
