Ignore:
Timestamp:
08/06/09 09:55:53 (3 years ago)
Author:
dom
Message:

Replaced all fix/eg_... files by fixtures:use_tree/2 files and removed ./old directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tester_test.erl

    r85 r86  
    55-module (tester_test). 
    66-export ([run_all/1, run_all/0]). 
     7-export ([tree/0]). 
    78-test (run_all). 
    89 
     
    3536    Paths = [modules: to_file_name (M, Root) || M <- Modules], 
    3637    Binaries = [modules: to_binary (P) || P <- Paths], 
    37     false = lists: any (fun (M) -> code: is_loaded (M) end, Modules), 
     38%    false = lists: any (fun (M) -> code: is_loaded (M) end, Modules), 
    3839    Tester ! {run, Binaries}, 
    3940    Results = receive_all ([]), 
    40     false = lists: any (fun (M) -> code: is_loaded (M) end, Modules), 
     41%    false = lists: any (fun (M) -> code: is_loaded (M) end, Modules), 
    4142    Results. 
    4243 
     
    196197    ]. 
    197198 
    198  
    199  
    200  
    201199%%% Test to be added: 
    202200%%% tests that never end (e.g. infinite loop) 
Note: See TracChangeset for help on using the changeset viewer.