[svn:parrot] r47556 - branches/gsoc_instrument/t/dynpmc

khairul at svn.parrot.org khairul at svn.parrot.org
Fri Jun 11 11:22:37 UTC 2010


Author: khairul
Date: Fri Jun 11 11:22:37 2010
New Revision: 47556
URL: https://trac.parrot.org/parrot/changeset/47556

Log:
Fixed t/dynpmc/instrument.t to reflect changes.

Modified:
   branches/gsoc_instrument/t/dynpmc/instrument.t

Modified: branches/gsoc_instrument/t/dynpmc/instrument.t
==============================================================================
--- branches/gsoc_instrument/t/dynpmc/instrument.t	Fri Jun 11 02:20:29 2010	(r47555)
+++ branches/gsoc_instrument/t/dynpmc/instrument.t	Fri Jun 11 11:22:37 2010	(r47556)
@@ -19,6 +19,9 @@
 .sub main :main
     .include 'test_more.pir'
 
+    # Load the Instrument library.
+    load_bytecode 'Instrument/InstrumentLib.pbc'
+
     plan(18)
     test_loadlib()
     test_instantiate()
@@ -213,7 +216,7 @@
     setattribute self, '$!identifier', $P0
 .end
 
-.sub 'enable' :method
+.sub '_on_attach' :method
     ok(1, 'Enable is called')
 
     .local pmc instr_obj


More information about the parrot-commits mailing list