mailr22399 - /trunk/test_suite/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 04, 2014 - 16:22:
Author: bugman
Date: Tue Mar  4 16:22:01 2014
New Revision: 22399

URL: http://svn.gna.org/viewcvs/relax?rev=22399&view=rev
Log:
Fix for one of the frame order system tests when using the Mac OS X 
application binary.

The problem was that the 'shared_data' directory could not be found as it was 
not included in the
test_suite package __all__ list.


Modified:
    trunk/test_suite/__init__.py

Modified: trunk/test_suite/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/__init__.py?rev=22399&r1=22398&r2=22399&view=diff
==============================================================================
--- trunk/test_suite/__init__.py        (original)
+++ trunk/test_suite/__init__.py        Tue Mar  4 16:22:01 2014
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006, 2008 Edward d'Auvergne                                 
 #
+# Copyright (C) 2006-2014 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -25,6 +25,7 @@
 
 __all__ = ['formatting',
            'relax_test_runner',
+           'shared_data',
            'system_tests',
            'test_suite_runner',
            'unit_tests']




Related Messages


Powered by MHonArc, Updated Wed Mar 05 08:00:05 2014