You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2014/01/13 01:22:27 UTC

svn commit: r1557635 - /bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py

Author: rjollos
Date: Mon Jan 13 00:22:26 2014
New Revision: 1557635

URL: http://svn.apache.org/r1557635
Log:
0.8dev: Uncomment test case that is no longer failing. Refs #671.

Modified:
    bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py

Modified: bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py
URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py?rev=1557635&r1=1557634&r2=1557635&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py (original)
+++ bloodhound/trunk/bloodhound_multiproduct/tests/functional/product.py Mon Jan 13 00:22:26 2014
@@ -81,7 +81,7 @@ def functionalSuite(suite=None):
         suite = tests.functional.functionalSuite()
 
     suite.addTest(TestNewProduct())
-    # suite.addTest(TestProductRenameAuthor())
+    suite.addTest(TestProductRenameAuthor())
     return suite
 
 if __name__ == '__main__':