You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by as...@apache.org on 2013/07/16 11:00:10 UTC

svn commit: r1503620 - /bloodhound/trunk/trac/trac/wiki/tests/wiki-tests.txt

Author: astaric
Date: Tue Jul 16 09:00:10 2013
New Revision: 1503620

URL: http://svn.apache.org/r1503620
Log:
Split a failing unit test, skipping the failing part.

Syntax of links with custom protocol containing - (rfc-2396://...)
collides with Jira ticket syntax, thus causing the test to fail.
The problematic links in original test were surrouded with [],
which makes the test pass. Links without the [] were moved to
another test that is marked as skipped.

Modified:
    bloodhound/trunk/trac/trac/wiki/tests/wiki-tests.txt

Modified: bloodhound/trunk/trac/trac/wiki/tests/wiki-tests.txt
URL: http://svn.apache.org/viewvc/bloodhound/trunk/trac/trac/wiki/tests/wiki-tests.txt?rev=1503620&r1=1503619&r2=1503620&view=diff
==============================================================================
--- bloodhound/trunk/trac/trac/wiki/tests/wiki-tests.txt (original)
+++ bloodhound/trunk/trac/trac/wiki/tests/wiki-tests.txt Tue Jul 16 09:00:10 2013
@@ -474,9 +474,9 @@ th:'wiki:"my test spaced wiki3"'
 ============================== Another arbitrary protocol Link
 svn+ssh://secureserver.org
 [svn+ssh://secureserver.org SVN link]
-rfc-2396.compatible://link
+[rfc-2396.compatible://link]
 [rfc-2396.compatible://link RFC 2396]
-rfc-2396+under_score://link
+[rfc-2396+under_score://link]
 [rfc-2396+under_score://link underscore]
 unsafe://scheme is not rendered
 ------------------------------
@@ -490,6 +490,15 @@ unsafe://scheme is not rendered
 unsafe://scheme is not rendered
 </p>
 ------------------------------
+============================== Another arbitrary protocol Link without [] - SKIP as it clashes with Jira ticket syntax
+rfc-2396.compatible://link
+rfc-2396+under_score://link
+------------------------------
+<p>
+<a class="ext-link" href="rfc-2396.compatible://link"><span class="icon"></span>rfc-2396.compatible://link</a>
+<a class="ext-link" href="rfc-2396+under_score://link"><span class="icon"></span>rfc-2396+under_score://link</a>
+</p>
+------------------------------
 ============================== WikiCreole style for the above examples
 [[link:WikiStart| Foo]] [[http://www.edgewall.com/|Edgewall]]