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