take more advantage of getTestCollateralPath file concat
This commit is contained in:
parent
92813f394d
commit
04da356822
4 changed files with 5 additions and 5 deletions
|
|
@ -66,7 +66,7 @@ foreach my $newSetting (keys %{$newArticleSettings}) {
|
|||
|
||||
# Test the duplicate method... not for assets, just the extended duplicate functionality of the article wobject
|
||||
my $filename = "page_title.jpg";
|
||||
my $pathedFile = File::Spec->catfile(WebGUI::Test->getTestCollateralPath, $filename);
|
||||
my $pathedFile = WebGUI::Test->getTestCollateralPath($filename);
|
||||
|
||||
# Use some test collateral to create a storage location and assign it to our article
|
||||
my $storage = WebGUI::Storage::Image->create($session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue