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 2013/03/15 07:04:05 UTC

svn commit: r1456774 - in /incubator/bloodhound/trunk/trac/trac: web/href.py wiki/tests/functional.py

Author: rjollos
Date: Fri Mar 15 06:04:05 2013
New Revision: 1456774

URL: http://svn.apache.org/r1456774
Log:
Reverse merged unintentionaly change in r1456773.

Modified:
    incubator/bloodhound/trunk/trac/trac/web/href.py
    incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py

Modified: incubator/bloodhound/trunk/trac/trac/web/href.py
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/trac/trac/web/href.py?rev=1456774&r1=1456773&r2=1456774&view=diff
==============================================================================
--- incubator/bloodhound/trunk/trac/trac/web/href.py (original)
+++ incubator/bloodhound/trunk/trac/trac/web/href.py Fri Mar 15 06:04:05 2013
@@ -131,8 +131,7 @@ class Href(object):
 
     >>> href = Href('')
     >>> href.milestone('<look,here>', param='<here,too>')
-    '/milestone/%3Clook%2Chere%3E?param=%3Chere%2Ctoo%3Ereq.href.wiki(page.name,
-                                                         action='history')'
+    '/milestone/%3Clook%2Chere%3E?param=%3Chere%2Ctoo%3E'
 
     >>> href = Href('', path_safe='/<,', query_safe=',>')
     >>> href.milestone('<look,here>', param='<here,too>')

Modified: incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py?rev=1456774&r1=1456773&r2=1456774&view=diff
==============================================================================
--- incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py (original)
+++ incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py Fri Mar 15 06:04:05 2013
@@ -12,11 +12,6 @@ class TestWiki(FunctionalTwillTestCaseSe
         self._tester.attach_file_to_wiki(pagename)
 
 
-class TestWikiHistory(FunctionalTwillTestCaseSetup):
-    def runTest(self):
-        """Create and edit a wiki page, and then check the page history."""
-        pass
-
 class TestWikiRename(FunctionalTwillTestCaseSetup):
     def runTest(self):
         """Test for simple wiki rename"""