Changeset 431

Show
Ignore:
Timestamp:
08/18/06 06:56:40 (2 years ago)
Author:
snowblink
Message:

Ticket #151: Updated test_helper in UserEngine?, so that tests can actually run.
Looks like it refered to an older login engine and engine layout.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • user_engine/branches/rb_1.0/test/test_helper.rb

    r154 r431  
    22 
    33# ensure that the Engines testing enhancements are loaded. 
    4 require File.join(Engines.config(:root), "engines", "lib", "testing_extensions") 
     4require File.join(Engines.config(:root), "engines", "lib", "engines", "testing_extensions") 
    55 
    66 
     
    2828 
    2929# Load the LoginEngine schema & mocks 
    30 load(File.join(Engines.get(:login).root, "db", "schema.rb")) 
     30#load(File.join(Engines.get(:login).root, "db", "schema.rb")) 
    3131require File.join(Engines.get(:login).root, 'test', 'mocks', 'time') 
    3232require File.join(Engines.get(:login).root, 'test', 'mocks', 'mail')