Changeset 48


Ignore:
Timestamp:
02/12/09 18:35:28 (3 years ago)
Author:
dom
Message:

Started TDD'ing a directory_watcher (like sentinel)

Location:
trunk/src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shells_tests.erl

    r46 r48  
    1111    io: fwrite ("Running developer tests on test node: ~p~n", [Test_node]), 
    1212    ok = tester_test: run_all (Test_node), 
    13     Modules = [fixtures_test, fixtures], 
     13    Modules = [fixtures_test, fixtures, 
     14               directory_watcher_test, directory_watcher], 
    1415    ok = hand_send_to_tester (Modules, Test_node), 
    1516    Caller ! {Caller, done}. 
     
    3233        Message -> 
    3334            final_test_result ([Message | Messages]) 
    34     after 1000 -> {timeout, Messages} 
     35    after 20000 -> {timeout, Messages} 
    3536    end. 
Note: See TracChangeset for help on using the changeset viewer.