- Revision
- 11214
- Author
- john
- Date
- 2006-07-20 18:06:14 -0700 (Thu, 20 Jul 2006)
Log Message
remove more displayNames
Modified Paths
Diff
Modified: trunk/chandler/application/Utility.py (11213 => 11214)
--- trunk/chandler/application/Utility.py 2006-07-21 00:53:06 UTC (rev 11213) +++ trunk/chandler/application/Utility.py 2006-07-21 01:06:14 UTC (rev 11214) @@ -33,7 +33,7 @@ # with your name (and some helpful text). The comment's really there just to # cause Subversion to warn you of a conflict when you update, in case someone # else changes it at the same time you do (that's why it's on the same line). -SCHEMA_VERSION = "222" #john: remove more displayNames +SCHEMA_VERSION = "224" #john: remove more displayNames logger = None # initialized in initLogging()
Modified: trunk/chandler/tools/QATestScripts/Functional/TestCreateAccounts.py (11213 => 11214)
--- trunk/chandler/tools/QATestScripts/Functional/TestCreateAccounts.py 2006-07-21 00:53:06 UTC (rev 11213) +++ trunk/chandler/tools/QATestScripts/Functional/TestCreateAccounts.py 2006-07-21 01:06:14 UTC (rev 11214) @@ -82,10 +82,10 @@ logger.Stop() # verification - ap.VerifyValues("SMTP", pSMTP, displayName = pSMTP, host= "smtp.osafoundation.org", connectionSecurity = "TLS", useAuth = True, port = 587, username = 'demo1', password = 'ad3leib5' ) - ap.VerifyValues("IMAP", pIMAP, displayName = pIMAP, host = "imap.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") - ap.VerifyValues("POP", pPOP, displayName = pPOP, host = "pop.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") - ap.VerifyValues("WebDAV", pWEBDAV, displayName = pWEBDAV, host = "qacosmo.osafoundation.org", username = "demo1", password="ad3leib5", port=8080) + ap.VerifyValues("SMTP", pSMTP, host= "smtp.osafoundation.org", connectionSecurity = "TLS", useAuth = True, port = 587, username = 'demo1', password = 'ad3leib5' ) + ap.VerifyValues("IMAP", pIMAP, host = "imap.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") + ap.VerifyValues("POP", pPOP, host = "pop.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") + ap.VerifyValues("WebDAV", pWEBDAV, host = "qacosmo.osafoundation.org", username = "demo1", password="ad3leib5", port=8080) finally: # cleaning
Modified: trunk/chandler/tools/cats/Functional/TestCreateAccounts.py (11213 => 11214)
--- trunk/chandler/tools/cats/Functional/TestCreateAccounts.py 2006-07-21 00:53:06 UTC (rev 11213) +++ trunk/chandler/tools/cats/Functional/TestCreateAccounts.py 2006-07-21 01:06:14 UTC (rev 11214) @@ -80,9 +80,9 @@ # verification self.logger.startAction("Verifying Account Values") - ap.VerifyValues("SMTP", pSMTP, displayName = pSMTP, host= "smtp.osafoundation.org", connectionSecurity = "TLS", useAuth = True, port = 587, username = 'demo1', password = 'ad3leib5' ) - ap.VerifyValues("IMAP", pIMAP, displayName = pIMAP, host = "imap.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") - ap.VerifyValues("POP", pPOP, displayName = pPOP, host = "pop.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") - ap.VerifyValues("WebDAV", pWEBDAV, displayName = pWEBDAV, host = "qacosmo.osafoundation.org", username = "demo1", password="ad3leib5", port=8080) + ap.VerifyValues("SMTP", pSMTP, host= "smtp.osafoundation.org", connectionSecurity = "TLS", useAuth = True, port = 587, username = 'demo1', password = 'ad3leib5' ) + ap.VerifyValues("IMAP", pIMAP, host = "imap.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") + ap.VerifyValues("POP", pPOP, host = "pop.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") + ap.VerifyValues("WebDAV", pWEBDAV, host = "qacosmo.osafoundation.org", username = "demo1", password="ad3leib5", port=8080) self.logger.endAction(True, "Verifying Account Values")
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
