mailr16588 - /branches/uf_redesign/test_suite/unit_tests/_prompt/test_uf_objects.py


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

Header


Content

Posted by edward on June 01, 2012 - 15:01:
Author: bugman
Date: Fri Jun  1 15:01:38 2012
New Revision: 16588

URL: http://svn.gna.org/viewcvs/relax?rev=16588&view=rev
Log:
Fix for the Test_uf_objects.test_uf_object_build_doc() unit test.

The deleted 'prompt_examples' and 'description' variables are not passed into 
the prompt user
function objects.


Modified:
    branches/uf_redesign/test_suite/unit_tests/_prompt/test_uf_objects.py

Modified: 
branches/uf_redesign/test_suite/unit_tests/_prompt/test_uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/unit_tests/_prompt/test_uf_objects.py?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/unit_tests/_prompt/test_uf_objects.py 
(original)
+++ branches/uf_redesign/test_suite/unit_tests/_prompt/test_uf_objects.py Fri 
Jun  1 15:01:38 2012
@@ -58,7 +58,7 @@
             print(name)
 
             # Generate a new container.
-            obj = Uf_object(name, title=data.title, kargs=data.kargs, 
backend=data.backend, desc=data.desc, examples=data.prompt_examples, 
additional=data.additional)
+            obj = Uf_object(name, title=data.title, kargs=data.kargs, 
backend=data.backend, desc=data.desc)
 
             # Create the documentation and print it.
             text = obj._build_doc()




Related Messages


Powered by MHonArc, Updated Fri Jun 01 15:20:02 2012