From e5b56d2fe6514a5bcb357d62cc877276d4200580 Mon Sep 17 00:00:00 2001 From: David Sulc Date: Tue, 15 Feb 2011 10:05:07 -0500 Subject: [PATCH] change test name --- test/test_session.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_session.rb b/test/test_session.rb index 7ebd42c..59453c8 100644 --- a/test/test_session.rb +++ b/test/test_session.rb @@ -30,7 +30,7 @@ class TestSession < Test::Unit::TestCase } end - should "assign namespaces reliably" do + should "assign namespaces in a way that prevents collisions" do # Namespae0 already assigned (linked to the current connection) One = SugarCRM::Session.new_from_file(CONFIG_PATH) Two = SugarCRM::Session.new_from_file(CONFIG_PATH)