summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-22 11:13:51 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-22 11:13:51 +0000
commita00e6b8537de27da16a4ede8466233be4e1b8c8c (patch)
tree8fb428956622af9be6a8da5637757069a2ba8a12 /bin
parente0d947b217aed5e06355ff3c9512dbcea563564c (diff)
Moved TestFactory to the custodian-namespace.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-parse-execute2
1 files changed, 1 insertions, 1 deletions
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}"