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-ï¼ï¼
+%(link_prefix)sT-ï¼ï¼ï¼ï¼
+%(link_prefix)strac-ï¼ï¼ï¼ï¼
------------------------------
<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-ï¼ï¼</a>
+<a class="missing product">T-ï¼ï¼ï¼ï¼</a>
+<a class="missing product">trac-ï¼ï¼ï¼ï¼</a>
</p>
------------------------------