id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1233	t/pmc/exporter.t:  Refactor namespace getting code once make_namespace() has been implemented	jkeenan		"This ticket moves into the Trac system discussion previously found in the RT system as [http://rt.perl.org/rt3/Ticket/Display.html?id=46859 RT #46859].

At 4 locations in ''t/pmc/exporter.t'', there are references to the ticket:
{{{
51-    # get a NameSpace PMC for testing
52:    # RT #46859 replace with make_namespace, when implemented
53-    .local pmc ns
54-    ns = get_namespace ['Eponymous']
55-
56-    $P0.'source'(ns)
57-    $P1 = $P0.'source'()
--
82-
83:# RT #46859 replace with make_namespace, when implemented
84-.namespace ['Eponymous']
85-.sub 'Eponymous' :anon
86-.end
87-CODE
88-ok 1 - source() returns PMCNULL upon Exporter init
--
109-    # get a NameSpace PMC for testing
110:    # RT #46859 replace with make_namespace, when implemented
111-    .local pmc ns
112-    ns = get_namespace ['Eponymous']
113-
114-    $P0.'destination'(ns)
115-    $P1 = $P0.'destination'()
--
140-
141:# RT #46859 replace with make_namespace, when implemented
142-.namespace ['Eponymous']
143-.sub 'Eponymous' :anon
144-.end
145-CODE
146-ok 1 - destination() with no args returns destination namespace
}}}
In the original RT, Paul Cochrane commented:  ''Once a make_namespace function/method/thingy is implemented, refactor these
tests to use it.''"	todo	new	normal		testing	1.7.0	medium			jkeenan			
