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

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Sat Sep 5 19:09:25 UTC 2009


Author: whiteknight
Date: Sat Sep  5 19:09:21 2009
New Revision: 41012
URL: https://trac.parrot.org/parrot/changeset/41012

Log:
[t] add some notes for later

Modified:
   trunk/t/pmc/namespace.t

Modified: trunk/t/pmc/namespace.t
==============================================================================
--- trunk/t/pmc/namespace.t	Sat Sep  5 18:39:01 2009	(r41011)
+++ trunk/t/pmc/namespace.t	Sat Sep  5 19:09:21 2009	(r41012)
@@ -337,6 +337,14 @@
     is($S0, "Sub", "find_var also finds subs")
     $S0 = $P1()
     is($S0, "", "find_var finds the correct sub")
+
+    # Test del_namespace. Test that it deletes an existing namespace, and that
+    # it won't delete something that isn't a namespace
+
+    # Test del_sub. Test that it deletes an existing sub and that it
+    # won't delete something that isn't a sub
+
+    # Test del_var. It will delete any type of thing
 .end
 
 ##### TEST NAMESPACES AND FUNCTIONS #####


More information about the parrot-commits mailing list