Merge lp:~piastucki/bzr-xmloutput/xml-info-test-fix into lp:bzr-xmloutput

Proposed by Piotr Piastucki
Status: Merged
Approved by: Guillermo Gonzalez
Approved revision: 167
Merged at revision: 168
Proposed branch: lp:~piastucki/bzr-xmloutput/xml-info-test-fix
Merge into: lp:bzr-xmloutput
Diff against target: 30 lines (+3/-3)
1 file modified
tests/test_info_xml.py (+3/-3)
To merge this branch: bzr merge lp:~piastucki/bzr-xmloutput/xml-info-test-fix
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Approve
Review via email: mp+155153@code.launchpad.net

Description of the change

Fix for tests in test_info_xml.py that fail due to fix for malformed XML in rev 165.

To post a comment you must log in.
Revision history for this message
Guillermo Gonzalez (verterok) wrote :

thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/test_info_xml.py'
2--- tests/test_info_xml.py 2012-02-21 10:24:51 +0000
3+++ tests/test_info_xml.py 2013-03-24 21:01:19 +0000
4@@ -426,7 +426,7 @@
5 <repository>%s</repository>
6 </format>
7 <branch_stats>
8-<missing_revisions>1<missing_revisions>
9+<missing_revisions>1</missing_revisions>
10 </branch_stats>
11 <working_tree_stats>
12 <unchanged>1</unchanged>
13@@ -474,7 +474,7 @@
14 <repository>%s</repository>
15 </format>
16 <branch_stats>
17-<missing_revisions>1<missing_revisions>
18+<missing_revisions>1</missing_revisions>
19 </branch_stats>
20 <working_tree_stats>
21 <unchanged>1</unchanged>
22@@ -734,7 +734,7 @@
23 <repository>%s</repository>
24 </format>
25 <branch_stats>
26-<missing_revisions>1<missing_revisions>
27+<missing_revisions>1</missing_revisions>
28 </branch_stats>
29 <working_tree_stats>
30 <unchanged>0</unchanged>

Subscribers

People subscribed via source and target branches

to all changes: