* [Cluster-devel] conga/luci/test CGA_0160_Add_User.py
@ 2006-12-06 19:59 ldimaggi
0 siblings, 0 replies; 2+ messages in thread
From: ldimaggi @ 2006-12-06 19:59 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Changes by: ldimaggi at sourceware.org 2006-12-06 19:59:56
Modified files:
luci/test : CGA_0160_Add_User.py
Log message:
Corrected some code inadvertently commented out.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/CGA_0160_Add_User.py.diff?cvsroot=cluster&r1=1.3&r2=1.4
--- conga/luci/test/CGA_0160_Add_User.py 2006/12/06 18:58:09 1.3
+++ conga/luci/test/CGA_0160_Add_User.py 2006/12/06 19:59:56 1.4
@@ -39,7 +39,7 @@
class CGA_0160_Add_User (unittest.TestCase):
- def ABC_setUp(self):
+ def setUp(self):
"""Establish connection to selenium server, login to luci """
self.verificationErrors = []
self.selenium = login (CONGA_ADMIN_USERNAME, CONGA_ADMIN_PASSWORD)
@@ -141,7 +141,7 @@
logout(self.selenium)
- def ABC_tearDown(self):
+ def tearDown(self):
# login as admin
self.selenium = login (CONGA_ADMIN_USERNAME, CONGA_ADMIN_PASSWORD)
sel = self.selenium
^ permalink raw reply [flat|nested] 2+ messages in thread* [Cluster-devel] conga/luci/test CGA_0160_Add_User.py
@ 2006-12-05 21:26 ldimaggi
0 siblings, 0 replies; 2+ messages in thread
From: ldimaggi @ 2006-12-05 21:26 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Changes by: ldimaggi at sourceware.org 2006-12-05 21:26:22
Modified files:
luci/test : CGA_0160_Add_User.py
Log message:
Minor cleanup of comments
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/CGA_0160_Add_User.py.diff?cvsroot=cluster&r1=1.1&r2=1.2
--- conga/luci/test/CGA_0160_Add_User.py 2006/12/05 21:23:51 1.1
+++ conga/luci/test/CGA_0160_Add_User.py 2006/12/05 21:26:22 1.2
@@ -99,7 +99,6 @@
def test_create_users_systems(self):
"""Test to verify user permissions - control of access to view systems"""
- #####################################################
# Validation: Two part test:
# 1) Verify that the loggedin user can see the systems for which they have authorization
# 2) Verify that the loggedin user cannot see any other systems
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-06 19:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 19:59 [Cluster-devel] conga/luci/test CGA_0160_Add_User.py ldimaggi
-- strict thread matches above, loose matches on Subject: below --
2006-12-05 21:26 ldimaggi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.