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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 7 22:54:17 UTC 2009


Author: jkeenan
Date: Sat Nov  7 22:54:16 2009
New Revision: 42340
URL: https://trac.parrot.org/parrot/changeset/42340

Log:
Change RT # to TT #.

Modified:
   trunk/t/pmc/exporter.t

Modified: trunk/t/pmc/exporter.t
==============================================================================
--- trunk/t/pmc/exporter.t	Sat Nov  7 22:23:02 2009	(r42339)
+++ trunk/t/pmc/exporter.t	Sat Nov  7 22:54:16 2009	(r42340)
@@ -49,7 +49,7 @@
     say 'ok 1 - source() returns PMCNULL upon Exporter init'
 
     # get a NameSpace PMC for testing
-    # RT #46859 replace with make_namespace, when implemented
+    # TT #1233 replace with make_namespace, when implemented
     .local pmc ns
     ns = get_namespace ['Eponymous']
 
@@ -80,7 +80,7 @@
 .end
 
 
-# RT #46859 replace with make_namespace, when implemented
+# TT #1233 replace with make_namespace, when implemented
 .namespace ['Eponymous']
 .sub 'Eponymous' :anon
 .end
@@ -107,7 +107,7 @@
     say 'ok 2 - ...which is current namespace at first'
 
     # get a NameSpace PMC for testing
-    # RT #46859 replace with make_namespace, when implemented
+    # TT #1233 replace with make_namespace, when implemented
     .local pmc ns
     ns = get_namespace ['Eponymous']
 
@@ -138,7 +138,7 @@
 .end
 
 
-# RT #46859 replace with make_namespace, when implemented
+# TT #1233 replace with make_namespace, when implemented
 .namespace ['Eponymous']
 .sub 'Eponymous' :anon
 .end


More information about the parrot-commits mailing list