[perl-Gtk2] Correct the test plan to match the recent fix



commit 0359f68f75a35f121d9a48477b135c2ccf5a93c1
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Jul 4 20:29:22 2009 +0200

    Correct the test plan to match the recent fix
    
    Also fix a typo.

 t/GtkPrintOperation.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/t/GtkPrintOperation.t b/t/GtkPrintOperation.t
index 294c2d8..2028b10 100644
--- a/t/GtkPrintOperation.t
+++ b/t/GtkPrintOperation.t
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 use Gtk2::TestHelper
-  tests => 12,
+  tests => 13,
   at_least_version => [2, 10, 0, "GtkPrintOperation is new in 2.10"];
 
 # $Id$
@@ -70,7 +70,7 @@ SKIP: {
     # Pretend that the drawing is asynchronous.
     $op -> set_defer_drawing();
 
-    # Finish the drawing latter
+    # Finish the drawing later
     Glib::Idle->add(sub {
       ok(TRUE, "Draw page finish called");
       $op -> draw_page_finish();



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