[svn:parrot] r47647 - trunk/t/oo

NotFound at svn.parrot.org NotFound at svn.parrot.org
Tue Jun 15 21:36:22 UTC 2010


Author: NotFound
Date: Tue Jun 15 21:36:22 2010
New Revision: 47647
URL: https://trac.parrot.org/parrot/changeset/47647

Log:
add a reference to the ticket in the regresion test, TT #1593

Modified:
   trunk/t/oo/vtableoverride.t

Modified: trunk/t/oo/vtableoverride.t
==============================================================================
--- trunk/t/oo/vtableoverride.t	Tue Jun 15 19:30:29 2010	(r47646)
+++ trunk/t/oo/vtableoverride.t	Tue Jun 15 21:36:22 2010	(r47647)
@@ -120,7 +120,7 @@
     $P1 = new $P0
     $P2 = $P1[0]
     $I0 = isnull $P2
-    ok($I0, "Override get_pmc_keyed_int without .return")
+    ok($I0, "Override get_pmc_keyed_int without .return - TT #1593")
 .end
 
 .namespace [ 'MyObject' ]


More information about the parrot-commits mailing list