perl-Gtk2 r2075 - in trunk: . t



Author: tsch
Date: Sun Oct 26 10:22:53 2008
New Revision: 2075
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2075&view=rev

Log:
Don't use the -init flag as this breaks the test when run without DISPLAY.


Modified:
   trunk/ChangeLog
   trunk/t/version-checks.t

Modified: trunk/t/version-checks.t
==============================================================================
--- trunk/t/version-checks.t	(original)
+++ trunk/t/version-checks.t	Sun Oct 26 10:22:53 2008
@@ -6,7 +6,7 @@
 eval "use Gtk2 ':constants', 1.00;";
 is ($@, '');
 
-eval "use Gtk2 '-init', 10.00;";
+eval "use Gtk2 '-non-existent-flag', 10.00;";
 like ($@, qr/this is only version/);
 
 __END__



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]