[svn:parrot] r39178 - trunk/t/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Tue May 26 15:14:17 UTC 2009


Author: NotFound
Date: Tue May 26 15:14:15 2009
New Revision: 39178
URL: https://trac.parrot.org/parrot/changeset/39178

Log:
[tests] delete todo'ed stringhandle test in io.t, there is already a stringhandle.t file

Modified:
   trunk/t/pmc/io.t

Modified: trunk/t/pmc/io.t
==============================================================================
--- trunk/t/pmc/io.t	Tue May 26 12:44:01 2009	(r39177)
+++ trunk/t/pmc/io.t	Tue May 26 15:14:15 2009	(r39178)
@@ -7,7 +7,7 @@
 use lib qw( . lib ../lib ../../lib );
 
 use Test::More;
-use Parrot::Test tests => 43;
+use Parrot::Test tests => 42;
 use Parrot::Test::Util 'create_tempfile';
 use Parrot::Test::Util 'create_tempfile';
 
@@ -823,27 +823,6 @@
 T\xf6tsch
 OUTPUT
 
-pir_output_is( <<'CODE', <<"OUTPUT", "string read/write handle", todo => "no stringhandle yet" );
-.sub main :main
-    .local pmc    pio
-    .local string greeting
-    .local string layer
-
-    pio = new ['StringHandle']
-    print pio, "Hello"
-    print pio, ", "
-    print pio, "world!"
-    print pio, "\n"
-
-    greeting = read pio, 1024
-
-    print greeting
-    print "\n"
-.end
-CODE
-Hello, world!
-OUTPUT
-
 pir_output_is( <<"CODE", <<"OUTPUT", "PIO.readall() - classmeth" );
 .sub main :main
     \$S0 = <<"EOS"


More information about the parrot-commits mailing list