aboutsummaryrefslogtreecommitdiffstats
path: root/t/Cobrand.t
diff options
context:
space:
mode:
Diffstat (limited to 't/Cobrand.t')
-rwxr-xr-xt/Cobrand.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/t/Cobrand.t b/t/Cobrand.t
index 1f3321b0d..3a397a897 100755
--- a/t/Cobrand.t
+++ b/t/Cobrand.t
@@ -213,17 +213,6 @@ sub test_url {
is($url, '/xyz', 'url returns passed url if there is no url function defined by the cobrand');
}
-sub test_show_watermark {
- my $cobrand = 'mysite';
- my $watermark = Cobrand::show_watermark($cobrand);
- is($watermark, 0, 'show_watermark returns output from cobrand module');
-
- $cobrand = 'nosite';
- $watermark = Cobrand::show_watermark($cobrand);
- is($watermark, 1, 'watermark returns 1 if there is no show_watermark function defined by the cobrand');
-
-}
-
sub test_allow_photo_upload {
my $cobrand = 'mysite';
my $photo_upload = Cobrand::allow_photo_upload($cobrand);
@@ -287,7 +276,6 @@ ok(test_root_path_js() == 1, 'Ran all tests for root_js');
ok(test_site_title() == 1, 'Ran all tests for site_title');
ok(test_on_map_list_limit() == 1, 'Ran all tests for on_map_list_limit');
ok(test_url() == 1, 'Ran all tests for url');
-ok(test_show_watermark() == 1, 'Ran all tests for show_watermark');
ok(test_allow_photo_upload() == 1, 'Ran all tests for allow_photo_upload');
ok(test_allow_photo_display() == 1, 'Ran all tests for allow_photo_display');
ok(test_council_check() == 1, 'Ran all tests for council_check');