Fix class names in tests.
Give each test at least 1 test in the plan, otherwise Test::Harness barfs.
This commit is contained in:
parent
f8901ffe34
commit
936e258bcd
8 changed files with 23 additions and 22 deletions
|
|
@ -135,12 +135,12 @@ $photo->getStorageLocation->addFileFromFilesystem( WebGUI::Test->getTestCollater
|
|||
# makeResolutions gets default resolutions from a parent Photo Gallery asset
|
||||
$gallery
|
||||
= $node->addChild({
|
||||
className => "WebGUI::Asset::Wobject::PhotoGallery",
|
||||
className => "WebGUI::Asset::Wobject::Gallery",
|
||||
imageResolutions => "1600x1200\n1024x768\n800x600\n640x480",
|
||||
});
|
||||
$album
|
||||
= $gallery->addChild({
|
||||
className => "WebGUI::Asset::Wobject::PhotoAlbum",
|
||||
className => "WebGUI::Asset::Wobject::GalleryAlbum",
|
||||
});
|
||||
$photo
|
||||
= $album->addChild({
|
||||
|
|
@ -168,12 +168,12 @@ TODO: {
|
|||
# parent asset
|
||||
$gallery
|
||||
= $node->addChild({
|
||||
className => "WebGUI::Asset::Wobject::PhotoGallery",
|
||||
className => "WebGUI::Asset::Wobject::Gallery",
|
||||
imageResolutions => "1600x1200\n1024x768\n800x600\n640x480",
|
||||
});
|
||||
$album
|
||||
= $gallery->addChild({
|
||||
className => "WebGUI::Asset::Wobject::PhotoAlbum",
|
||||
className => "WebGUI::Asset::Wobject::GalleryAlbum",
|
||||
});
|
||||
$photo
|
||||
= $album->addChild({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue