mailr2472 - in /1.2/test_suite: diffusion_tensor.py jw_mapping.py model_free.py relax_fit.py run_create.py sequence.py


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

Header


Content

Posted by edward on April 16, 2006 - 15:53:
Author: bugman
Date: Sun Apr 16 15:52:40 2006
New Revision: 2472

URL: http://svn.gna.org/viewcvs/relax?rev=2472&view=rev
Log:
Modified the summary description of each test.

The start of each is capitalised and a couple have been modified.


Modified:
    1.2/test_suite/diffusion_tensor.py
    1.2/test_suite/jw_mapping.py
    1.2/test_suite/model_free.py
    1.2/test_suite/relax_fit.py
    1.2/test_suite/run_create.py
    1.2/test_suite/sequence.py

Modified: 1.2/test_suite/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/test_suite/diffusion_tensor.py?rev=2472&r1=2471&r2=2472&view=diff
==============================================================================
--- 1.2/test_suite/diffusion_tensor.py (original)
+++ 1.2/test_suite/diffusion_tensor.py Sun Apr 16 15:52:40 2006
@@ -31,22 +31,22 @@
 
         # Initialisation test.
         if test_name == 'init':
-            self.name = "the user function diffusion_tensor.init()"
+            self.name = "The user function diffusion_tensor.init()"
             self.test = self.init
 
         # Deletion test.
         if test_name == 'delete':
-            self.name = "the user function diffusion_tensor.delete()"
+            self.name = "The user function diffusion_tensor.delete()"
             self.test = self.delete
 
         # Display test.
         if test_name == 'display':
-            self.name = "the user function diffusion_tensor.display()"
+            self.name = "The user function diffusion_tensor.display()"
             self.test = self.display
 
         # Copy test.
         if test_name == 'copy':
-            self.name = "the user function diffusion_tensor.copy()"
+            self.name = "The user function diffusion_tensor.copy()"
             self.test = self.copy
 
 

Modified: 1.2/test_suite/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/test_suite/jw_mapping.py?rev=2472&r1=2471&r2=2472&view=diff
==============================================================================
--- 1.2/test_suite/jw_mapping.py (original)
+++ 1.2/test_suite/jw_mapping.py Sun Apr 16 15:52:40 2006
@@ -33,7 +33,7 @@
         if test_name == 'set':
             
             # The name of the test.
-            self.name = "the user function value.set()"
+            self.name = "The user function value.set()"
 
             # The test.
             self.test = self.set_value
@@ -42,7 +42,7 @@
         if test_name == 'calc':
             
             # The name of the test.
-            self.name = "spectral density calculation"
+            self.name = "Spectral density calculation"
 
             # The test.
             self.test = self.calc

Modified: 1.2/test_suite/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/test_suite/model_free.py?rev=2472&r1=2471&r2=2472&view=diff
==============================================================================
--- 1.2/test_suite/model_free.py (original)
+++ 1.2/test_suite/model_free.py Sun Apr 16 15:52:40 2006
@@ -40,7 +40,7 @@
         # Results reading test.
         if test_name == 'read results':
             # The name of the test.
-            self.name = "the user function results.read()"
+            self.name = "The user function results.read()"
 
             # The test.
             self.test = self.read_results

Modified: 1.2/test_suite/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/test_suite/relax_fit.py?rev=2472&r1=2471&r2=2472&view=diff
==============================================================================
--- 1.2/test_suite/relax_fit.py (original)
+++ 1.2/test_suite/relax_fit.py Sun Apr 16 15:52:40 2006
@@ -32,7 +32,7 @@
         # Sparky loading test.
         if test_name == 'read_sparky':
             # The name of the test.
-            self.name = "the loading of Sparky peak heights"
+            self.name = "Loading of Sparky peak heights"
 
             # The test.
             self.test = self.read_sparky

Modified: 1.2/test_suite/run_create.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/test_suite/run_create.py?rev=2472&r1=2471&r2=2472&view=diff
==============================================================================
--- 1.2/test_suite/run_create.py (original)
+++ 1.2/test_suite/run_create.py Sun Apr 16 15:52:40 2006
@@ -28,7 +28,7 @@
         self.relax = relax
 
         # The name of the test.
-        self.name = "the user function run.create()"
+        self.name = "The user function run.create()"
 
 
     def test(self, run):

Modified: 1.2/test_suite/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/test_suite/sequence.py?rev=2472&r1=2471&r2=2472&view=diff
==============================================================================
--- 1.2/test_suite/sequence.py (original)
+++ 1.2/test_suite/sequence.py Sun Apr 16 15:52:40 2006
@@ -32,7 +32,7 @@
         # Sequence reading test.
         if test_name == 'read':
             # The name of the test.
-            self.name = "the user function sequence.read()"
+            self.name = "The user function sequence.read()"
 
             # The test.
             self.test = self.read
@@ -40,7 +40,7 @@
         # Loading the sequence from a PDB file test.
         if test_name == 'pdb':
             # The name of the test.
-            self.name = "loading the sequence from a PDB file"
+            self.name = "Loading the sequence from a PDB file"
 
             # The test.
             self.test = self.pdb




Related Messages


Powered by MHonArc, Updated Sun Apr 16 16:00:06 2006