summaryrefslogtreecommitdiffstats
path: root/test/other/relationships.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/other/relationships.rb')
-rwxr-xr-xtest/other/relationships.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/relationships.rb b/test/other/relationships.rb
index 0f2a103fe..bf83caf4a 100755
--- a/test/other/relationships.rb
+++ b/test/other/relationships.rb
@@ -176,7 +176,7 @@ class TestRelationships < Test::Unit::TestCase
# Now make sure that these relationships are added to the
# relationship graph
- config = mk_configuration(file, exec)
+ config = mk_catalog(file, exec)
config.apply do |trans|
assert(config.relationship_graph.edge?(file, exec), "autorequire edge was not created")
end