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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Jun 24 14:27:52 UTC 2010


Author: NotFound
Date: Thu Jun 24 14:27:52 2010
New Revision: 47809
URL: https://trac.parrot.org/parrot/changeset/47809

Log:
test for StringHandle.isatty TT #1689

Modified:
   trunk/t/pmc/stringhandle.t

Modified: trunk/t/pmc/stringhandle.t
==============================================================================
--- trunk/t/pmc/stringhandle.t	Thu Jun 24 14:08:03 2010	(r47808)
+++ trunk/t/pmc/stringhandle.t	Thu Jun 24 14:27:52 2010	(r47809)
@@ -664,11 +664,16 @@
     .local pmc sh
     .local int i
     sh = new ['StringHandle']
+
+    # See TT #1689
     i = sh.'is_tty'()
     say i
+    i = sh.'isatty'()
+    say i
 .end
 CODE
 0
+0
 OUTPUT
 
 pir_output_is( <<"CODE", <<"OUTPUT", "readall() - utf8 on closed stringhandle" );


More information about the parrot-commits mailing list