Author: bugman Date: Thu Nov 22 11:11:21 2007 New Revision: 3805 URL: http://svn.gna.org/viewcvs/relax?rev=3805&view=rev Log: Fix for the load of program state unit test to use the 'dir_name' arg instead of 'dir'.
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=3805&r1=3804&r2=3805&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:11:21 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='../../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