Author: bugman
Date: Thu Nov 22 11:14:25 2007
New Revision: 3807

URL: http://svn.gna.org/viewcvs/relax?rev=3807&view=rev
Log:
Fixed the directory path for the saved program state (too many '..').


Modified:
    1.3/test_suite/unit_tests/state_testing_base.py

Modified: 1.3/test_suite/unit_tests/state_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/state_testing_base.py?rev=3807&r1=3806&r2=3807&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/state_testing_base.py (original)
+++ 1.3/test_suite/unit_tests/state_testing_base.py Thu Nov 22 11:14:25 2007
@@ -67,7 +67,7 @@
         self.assert_(not hasattr(relax_data_store, 'y'))
 
         # Load the state.
-        self.state.load_state(state='basic_single_pipe', 
dir_name='../../shared_data/saved_states')
+        self.state.load_state(state='basic_single_pipe', 
dir_name='../shared_data/saved_states')
 
         # Test the contents of the restored singleton.
         self.assertEqual(relax_data_store.keys(), ['orig'])


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to