From 047b0c5d3e9d9de534bbada0214afde092c28f13 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 3 Jan 2008 00:23:16 +0000 Subject: [PATCH] update plan and invert test for new default for isExportable --- t/Asset/Asset.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);