From cab345816331ac1e27094ce85b5e595b956e14fb Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 22 Nov 2012 11:13:51 +0000 Subject: Moved TestFactory to the custodian-namespace. --- bin/custodian-parse-execute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/custodian-parse-execute b/bin/custodian-parse-execute index a99246e..2a75629 100755 --- a/bin/custodian-parse-execute +++ b/bin/custodian-parse-execute @@ -39,7 +39,7 @@ end # Create the object # begin - c = TestFactory.create( txt ) + c = Custodian::TestFactory.create( txt ) puts "created object of class type #{c.class}" puts ".to_s : #{c.to_s}" -- cgit v1.2.1