almost done fixing addRevision tests

This commit is contained in:
Doug Bell 2010-11-19 19:26:39 -06:00
parent 6931fd471e
commit 7c14d1e6c4
122 changed files with 389 additions and 1052 deletions

View file

@ -71,9 +71,6 @@ sub www_dies {
package main;
my $tag = WebGUI::VersionTag->getWorking( $session );
WebGUI::Test->addToCleanup( $tag );
#----------------------------------------------------------------------------
# Tests
@ -83,7 +80,7 @@ plan tests => 18; # Increment this number for each test you create
# Test dispatch
# Add a TestDispatch asset and test
my $td = WebGUI::Asset->getImportNode( $session )->addChild( {
my $td = WebGUI::Test->asset->addChild( {
url => 'testDispatch',
className => 'WebGUI::Asset::TestDispatch',
} );