Show
Ignore:
Timestamp:
04/25/08 02:24:26 (5 months ago)
Author:
pmoura
Message:

Corrected a bug in the library object "lgtunit" when running "throws" tests (make sure the generated exception is subsumed by the expected exception). Added a "lgtunit_loader" loader utility file for loading the Logtalk unit test library.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/testing/loader.lgt

    r3853 r4224  
    11 
    22:- initialization(( 
    3     logtalk_load(library(lgtunit), [reload(skip)]),     % allow for static binding 
     3    logtalk_load(library(lgtunit_loader), [reload(skip)]),      % allow for static binding 
    44    logtalk_load(testing))).