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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat May 8 12:35:04 UTC 2010


Author: jkeenan
Date: Sat May  8 12:35:03 2010
New Revision: 46408
URL: https://trac.parrot.org/parrot/changeset/46408

Log:
Include reference to TT in todo-ed item.

Modified:
   trunk/t/pmc/class.t

Modified: trunk/t/pmc/class.t
==============================================================================
--- trunk/t/pmc/class.t	Sat May  8 12:31:38 2010	(r46407)
+++ trunk/t/pmc/class.t	Sat May  8 12:35:03 2010	(r46408)
@@ -273,7 +273,11 @@
 
     is(test_string_val, 'bar', 'add_method() invoking method added to class works')
 t_class_meth:
-    todo(0, 'add_method() invoking method added to class works', "classes don't seem to call methods yet")
+    todo(
+        0,
+        'add_method() invoking method added to class works',
+        "classes don't seem to call methods yet:  TT #1615"
+    )
 
     obj_inst = class.'new'()
     test_string_val = obj_inst.'foo'()


More information about the parrot-commits mailing list