update plan and invert test for new default for isExportable

This commit is contained in:
Colin Kuskie 2008-01-03 00:23:16 +00:00
parent a1fc60d984
commit 047b0c5d3e

View file

@ -144,7 +144,7 @@ $canViewMaker->prepare(
}, },
); );
plan tests => 80 plan tests => 81
+ scalar(@fixIdTests) + scalar(@fixIdTests)
+ scalar(@fixTitleTests) + scalar(@fixTitleTests)
+ 2*scalar(@getTitleTests) #same tests used for getTitle and getMenuTitle + 2*scalar(@getTitleTests) #same tests used for getTitle and getMenuTitle
@ -657,7 +657,7 @@ $session->setting->set('notFoundPage', $origNotFoundPage);
# isExportable # isExportable
# #
################################################################ ################################################################
is($rootAsset->get('isExportable'), 0, 'isExportable exists, defaults to 0'); is($rootAsset->get('isExportable'), 1, 'isExportable exists, defaults to 1');
END: { END: {
$session->config->set( 'extrasURL', $origExtras); $session->config->set( 'extrasURL', $origExtras);