[Kimchi-devel] [PATCH 1/4] Update test case to reflect new login design
alinefm at linux.vnet.ibm.com
alinefm at linux.vnet.ibm.com
Wed Jul 16 16:44:02 UTC 2014
From: Aline Manera <alinefm at linux.vnet.ibm.com>
After switching to the traditional login design, /login-window.html was
replaced by /login.html so update test case accordingly.
Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
tests/test_rest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_rest.py b/tests/test_rest.py
index 694d907..e1f1821 100644
--- a/tests/test_rest.py
+++ b/tests/test_rest.py
@@ -1496,7 +1496,7 @@ def test_auth_unprotected(self):
'/css/theme-default.min.css',
'/libs/jquery-1.10.0.min.js',
'/images/icon-vm.png',
- '/login-window.html',
+ '/login.html',
'/logout']
for uri in uris:
resp = self.request(uri, None, 'HEAD', hdrs)
--
1.9.3
More information about the Kimchi-devel
mailing list