##// END OF EJS Templates
white space cleanup
marcink -
r2673:d5e42c00 beta
parent child Browse files
Show More
@@ -16,4 +16,4 b' class CachedDnsName(object):'
16 self._fqdn = socket.getfqdn()
16 self._fqdn = socket.getfqdn()
17 return self._fqdn
17 return self._fqdn
18
18
19 DNS_NAME = CachedDnsName() No newline at end of file
19 DNS_NAME = CachedDnsName()
@@ -43,4 +43,4 b''
43 %endif
43 %endif
44 </tbody>
44 </tbody>
45 </table>
45 </table>
46 </div> No newline at end of file
46 </div>
@@ -988,4 +988,3 b' class BaseTestApi(object):'
988 TEST_USERS_GROUP, self.REPO
988 TEST_USERS_GROUP, self.REPO
989 )
989 )
990 self._compare_error(id_, expected, given=response.body)
990 self._compare_error(id_, expected, given=response.body)
991
@@ -4,4 +4,4 b' from rhodecode.tests.api.api_base import'
4
4
5 class TestHgApi(BaseTestApi, TestController):
5 class TestHgApi(BaseTestApi, TestController):
6 REPO = HG_REPO
6 REPO = HG_REPO
7 REPO_TYPE = 'hg' No newline at end of file
7 REPO_TYPE = 'hg'
@@ -263,4 +263,4 b' class TestAdminSettingsController(TestCo'
263 id_fork_of=repo.repo_id
263 id_fork_of=repo.repo_id
264 ))
264 ))
265 self.checkSessionFlash(response,
265 self.checkSessionFlash(response,
266 'An error occurred during this operation') No newline at end of file
266 'An error occurred during this operation')
@@ -185,7 +185,3 b' class TestNotifications(unittest.TestCas'
185 .get_unread_cnt_for_user(self.u2), 1)
185 .get_unread_cnt_for_user(self.u2), 1)
186 self.assertEqual(NotificationModel()
186 self.assertEqual(NotificationModel()
187 .get_unread_cnt_for_user(self.u3), 2)
187 .get_unread_cnt_for_user(self.u3), 2)
188
189
190
191
@@ -167,4 +167,4 b' class TestReposGroups(unittest.TestCase)'
167 # we moved out group from t1 to '' so it's full path should be 'g2'
167 # we moved out group from t1 to '' so it's full path should be 'g2'
168 self.assertEqual(g2.full_path, 'g22')
168 self.assertEqual(g2.full_path, 'g22')
169 self.assertFalse(self.__check_path('t11', 't22'))
169 self.assertFalse(self.__check_path('t11', 't22'))
170 self.assertTrue(self.__check_path('g22')) No newline at end of file
170 self.assertTrue(self.__check_path('g22'))
General Comments 0
You need to be logged in to leave comments. Login now