comparison rhodecode/tests/functional/test_files.py @ 1737:61eda8bf70d0 beta

new files views - compated space - nicer gui - code garden
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Nov 2011 03:17:17 +0200
parents 5ca2a5e96793
children 8ecc6b8229a5
comparison
equal deleted inserted replaced
1736:e2d76554d2c6 1737:61eda8bf70d0
127 <option value="a7e60bff65d57ac3a1a1ce3b12a70f8a9e8a7720">0.1.2</option> 127 <option value="a7e60bff65d57ac3a1a1ce3b12a70f8a9e8a7720">0.1.2</option>
128 <option value="eb3a60fc964309c1a318b8dfe26aa2d1586c85ae">0.1.1</option> 128 <option value="eb3a60fc964309c1a318b8dfe26aa2d1586c85ae">0.1.1</option>
129 </optgroup>""" in response.body 129 </optgroup>""" in response.body
130 130
131 131
132 assert """<div class="commit">"Partially implemented #16. filecontent/commit message/author/node name are safe_unicode now. 132 assert """<div class="commit">Partially implemented #16. filecontent/commit message/author/node name are safe_unicode now.
133 In addition some other __str__ are unicode as well 133 In addition some other __str__ are unicode as well
134 Added test for unicode 134 Added test for unicode
135 Improved test to clone into uniq repository. 135 Improved test to clone into uniq repository.
136 removed extra unicode conversion in diff."</div>""" in response.body 136 removed extra unicode conversion in diff.</div>""" in response.body
137 137
138 assert """<span style="text-transform: uppercase;"><a href="#">branch: default</a></span>""" in response.body, 'missing or wrong branch info' 138 assert """<span style="text-transform: uppercase;"><a href="#">branch: default</a></span>""" in response.body, 'missing or wrong branch info'
139 139
140 def test_file_annotation(self): 140 def test_file_annotation(self):
141 self.log_user() 141 self.log_user()