[svn-commits] mmichelson: branch mmichelson/bridge-tests r3311 - /asterisk/team/mmichelson/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 11 14:48:23 CDT 2012


Author: mmichelson
Date: Wed Jul 11 14:48:20 2012
New Revision: 3311

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3311
Log:
Remove code that should have been removed in previous commit.


Modified:
    asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/TestRunner.py

Modified: asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/TestRunner.py
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/TestRunner.py?view=diff&rev=3311&r1=3310&r2=3311
==============================================================================
--- asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/TestRunner.py (original)
+++ asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/TestRunner.py Wed Jul 11 14:48:20 2012
@@ -174,11 +174,6 @@
         test_object_config = test_config[test_object_spec['config-section']]
     else:
         test_object_config = test_config
-
-    if ('load-from-test' in test_object_spec and
-            test_object_spec['load-from-test']):
-        TestModuleFinder.supported_paths.append(test_path)
-        sys.path.append(test_path)
 
     # The test object must support injection of its location as a parameter
     # to the constructor, and its test-configuration object (or the full test




More information about the svn-commits mailing list