almost done fixing addRevision tests
This commit is contained in:
parent
6931fd471e
commit
7c14d1e6c4
122 changed files with 389 additions and 1052 deletions
|
|
@ -25,15 +25,12 @@ my $session = WebGUI::Test->session;
|
|||
my ( $db ) = $session->quick(qw{ db });
|
||||
|
||||
# Create an article to index
|
||||
my $article = WebGUI::Asset->getImportNode( $session )->addChild( {
|
||||
my $article = WebGUI::Test->asset->addChild( {
|
||||
className => 'WebGUI::Asset::Wobject::Article',
|
||||
keywords => 'keyword1,keyword2',
|
||||
title => 'title',
|
||||
menuTitle => 'menuTitle',
|
||||
} );
|
||||
WebGUI::Test->addToCleanup(
|
||||
WebGUI::VersionTag->getWorking( $session ),
|
||||
);
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue