Title: [opsview] [11836] Remove tests for gif and gd2 as these are not required anymore
- Revision
- 11836
- Author
- tvoon
- Date
- 2013-03-18 13:44:29 +0000 (Mon, 18 Mar 2013)
Log Message
Remove tests for gif and gd2 as these are not required anymore
Modified Paths
Modified: trunk/opsview-core/t/501icons.t
===================================================================
--- trunk/opsview-core/t/501icons.t 2013-03-18 12:15:47 UTC (rev 11835)
+++ trunk/opsview-core/t/501icons.t 2013-03-18 13:44:29 UTC (rev 11836)
@@ -18,7 +18,7 @@
}
close ICONS;
-plan tests => ( keys %icons ) * 3 + 1;
+plan tests => ( keys %icons ) * 1 + 1;
my %allpng;
chdir("$Bin/../share/images/logos") or die "Cannot chdir";
@@ -30,8 +30,11 @@
my $f = $icons{$name};
ok( -e "$f.png", "Got png: $f" );
$allpng{"$f.png"}--;
- ok( -e "$f.gd2", "Got gd2: $f" );
- ok( -e "$f.gif", "Got gif: $f" );
+
+ # We don't bother testing for gd2 and gif anymore as these are not used
+ # by the front end
+ #ok( -e "$f.gd2", "Got gd2: $f" );
+ #ok( -e "$f.gif", "Got gif: $f" );
}
{
_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins