almost done fixing addRevision changes
This commit is contained in:
parent
3ce9198220
commit
1866c593ea
25 changed files with 186 additions and 199 deletions
|
|
@ -60,16 +60,18 @@ $session->config->addToHash('adminConsole', 'test2', {
|
|||
} );
|
||||
|
||||
# Add some assets
|
||||
my $tag = WebGUI::VersionTag->getWorking( $session );
|
||||
my $snip = $import->addChild( {
|
||||
className => 'WebGUI::Asset::Snippet',
|
||||
title => 'test',
|
||||
groupIdEdit => '3',
|
||||
synopsis => "aReallyLongWordToGetIndexed",
|
||||
keywords => "AKeywordToGetIndexed",
|
||||
tagId => $tag->getId,
|
||||
status => "pending",
|
||||
} );
|
||||
|
||||
# Commit the tag
|
||||
my $tag = WebGUI::VersionTag->getWorking( $session );
|
||||
$tag->commit;
|
||||
addToCleanup( $tag );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue