Author: astaric
Date: Mon May 27 12:18:51 2013
New Revision: 1486592

URL: http://svn.apache.org/r1486592
Log:
Replaced digits in unicode test.

Digits ²⁰⁴¹ are not in Unicode category Nd (decimal digits), and are
not matches with unicode regexp \d in Python version >=2.7. They were replaced
with 2041 that belog to Nd, so the test can be run on both python2.6 and
python2.7.


Modified:
    bloodhound/trunk/bloodhound_multiproduct/tests/product-ticket-jira-tests.txt

Modified: 
bloodhound/trunk/bloodhound_multiproduct/tests/product-ticket-jira-tests.txt
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_multiproduct/tests/product-ticket-jira-tests.txt?rev=1486592&r1=1486591&r2=1486592&view=diff
==============================================================================
--- 
bloodhound/trunk/bloodhound_multiproduct/tests/product-ticket-jira-tests.txt 
(original)
+++ 
bloodhound/trunk/bloodhound_multiproduct/tests/product-ticket-jira-tests.txt 
Mon May 27 12:18:51 2013
@@ -51,13 +51,13 @@
 </p>
 ------------------------------
 ============================== %(tc_title_prefix)s - JIRA syntax with unicode 
digits
-%(setup_product)s-⁴²
-%(link_prefix)sT-²⁰⁴¹
-%(link_prefix)strac-²⁰⁴¹
+%(setup_product)s-42
+%(link_prefix)sT-2041
+%(link_prefix)strac-2041
 ------------------------------
 <p>
-<a class="missing ticket">%(setup_product)s-⁴²</a>
-<a class="missing product">T-²⁰⁴¹</a>
-<a class="missing product">trac-²⁰⁴¹</a>
+<a class="missing ticket">%(setup_product)s-42</a>
+<a class="missing product">T-2041</a>
+<a class="missing product">trac-2041</a>
 </p>
 ------------------------------


Reply via email to