- Revision
- 11213
- Author
- john
- Date
- 2006-07-20 17:53:06 -0700 (Thu, 20 Jul 2006)
Log Message
remove more displayNames
Modified Paths
- trunk/chandler/application/Utility.py
- trunk/chandler/parcels/osaf/framework/scripting/script.py
- trunk/chandler/tools/QATestScripts/Functional/TestNewCollNoteStampMulti.py
- trunk/chandler/tools/QATestScripts/Functional/TestSharing.py
- trunk/chandler/tools/QATestScripts/Functional/TestSubscribe.py
- trunk/chandler/tools/cats/Functional/TestMulti.py
- trunk/chandler/tools/cats/Functional/TestSharing.py
- trunk/chandler/tools/cats/Functional/TestSubscribe.py
Diff
Modified: trunk/chandler/application/Utility.py (11212 => 11213)
--- trunk/chandler/application/Utility.py 2006-07-21 00:36:21 UTC (rev 11212) +++ trunk/chandler/application/Utility.py 2006-07-21 00:53:06 UTC (rev 11213) @@ -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 = "221" #john: remove more displayNames +SCHEMA_VERSION = "222" #john: remove more displayNames logger = None # initialized in initLogging()
Modified: trunk/chandler/parcels/osaf/framework/scripting/script.py (11212 => 11213)
--- trunk/chandler/parcels/osaf/framework/scripting/script.py 2006-07-21 00:36:21 UTC (rev 11212) +++ trunk/chandler/parcels/osaf/framework/scripting/script.py 2006-07-21 00:53:06 UTC (rev 11213) @@ -39,7 +39,7 @@ class Script(pim.ContentItem): """ Persistent Script Item, to be executed. """ schema.kindInfo(displayAttribute="displayName") - lastRan = schema.One(schema.DateTime, displayName = _(u"last ran")) + lastRan = schema.One(schema.DateTime) fkey = schema.One(schema.Text, initialValue = u'') test = schema.One(schema.Boolean, initialValue = False)
Modified: trunk/chandler/tools/QATestScripts/Functional/TestNewCollNoteStampMulti.py (11212 => 11213)
--- trunk/chandler/tools/QATestScripts/Functional/TestNewCollNoteStampMulti.py 2006-07-21 00:36:21 UTC (rev 11212) +++ trunk/chandler/tools/QATestScripts/Functional/TestNewCollNoteStampMulti.py 2006-07-21 00:53:06 UTC (rev 11213) @@ -59,8 +59,8 @@ logger.Stop() # verification - ap.VerifyValues("SMTP", uw("Personal SMTP"), displayName = uw("Personal SMTP"), host= "smtp.osafoundation.org", connectionSecurity = "TLS", useAuth = True, port = 587, username = 'demo1', password = 'ad3leib5' ) - ap.VerifyValues("IMAP", uw("Personal IMAP"), displayName = uw("Personal IMAP"), host = "imap.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") + ap.VerifyValues("SMTP", uw("Personal SMTP"), host= "smtp.osafoundation.org", connectionSecurity = "TLS", useAuth = True, port = 587, username = 'demo1', password = 'ad3leib5' ) + ap.VerifyValues("IMAP", uw("Personal IMAP"), host = "imap.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") ## End Create accounts for Mail
Modified: trunk/chandler/tools/QATestScripts/Functional/TestSharing.py (11212 => 11213)
--- trunk/chandler/tools/QATestScripts/Functional/TestSharing.py 2006-07-21 00:36:21 UTC (rev 11212) +++ trunk/chandler/tools/QATestScripts/Functional/TestSharing.py 2006-07-21 00:53:06 UTC (rev 11213) @@ -47,7 +47,7 @@ ap.Ok() # verification - ap.VerifyValues("WebDAV", uw("Sharing Test WebDAV"), displayName = uw("Sharing Test WebDAV"), host = "qacosmo.osafoundation.org", username = "demo1", password="ad3leib5", port=8080) + ap.VerifyValues("WebDAV", uw("Sharing Test WebDAV"), host = "qacosmo.osafoundation.org", username = "demo1", password="ad3leib5", port=8080) # import events so test will have something to share even when run by itself path = os.path.join(os.getenv('CHANDLERHOME'),"tools/QATestScripts/DataFiles")
Modified: trunk/chandler/tools/QATestScripts/Functional/TestSubscribe.py (11212 => 11213)
--- trunk/chandler/tools/QATestScripts/Functional/TestSubscribe.py 2006-07-21 00:36:21 UTC (rev 11212) +++ trunk/chandler/tools/QATestScripts/Functional/TestSubscribe.py 2006-07-21 00:53:06 UTC (rev 11213) @@ -42,7 +42,7 @@ ap.Ok() # verification - ap.VerifyValues("WebDAV", displayName, displayName = displayName, host = "qacosmo.osafoundation.org", path = "home/demo1", username = "demo1", password="ad3leib5", port=8080) + ap.VerifyValues("WebDAV", displayName, host = "qacosmo.osafoundation.org", path = "home/demo1", username = "demo1", password="ad3leib5", port=8080) # Subscribe dialog window = SubscribeCollection.Show(wx.GetApp().mainFrame,
Modified: trunk/chandler/tools/cats/Functional/TestMulti.py (11212 => 11213)
--- trunk/chandler/tools/cats/Functional/TestMulti.py 2006-07-21 00:36:21 UTC (rev 11212) +++ trunk/chandler/tools/cats/Functional/TestMulti.py 2006-07-21 00:53:06 UTC (rev 11213) @@ -54,8 +54,8 @@ self.logger.endAction(True) # verification - ap.VerifyValues("SMTP", uw("Personal SMTP"), displayName = uw("Personal SMTP"), host= "smtp.osafoundation.org", connectionSecurity = "TLS", useAuth = True, port = 587, username = 'demo1', password = 'ad3leib5' ) - ap.VerifyValues("IMAP", uw("Personal IMAP"), displayName = uw("Personal IMAP"), host = "imap.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") + ap.VerifyValues("SMTP", uw("Personal SMTP"), host= "smtp.osafoundation.org", connectionSecurity = "TLS", useAuth = True, port = 587, username = 'demo1', password = 'ad3leib5' ) + ap.VerifyValues("IMAP", uw("Personal IMAP"), host = "imap.osafoundation.org", connectionSecurity = "SSL", username = "demo1", password = "ad3leib5") ## End Create accounts for Mail
Modified: trunk/chandler/tools/cats/Functional/TestSharing.py (11212 => 11213)
--- trunk/chandler/tools/cats/Functional/TestSharing.py 2006-07-21 00:36:21 UTC (rev 11212) +++ trunk/chandler/tools/cats/Functional/TestSharing.py 2006-07-21 00:53:06 UTC (rev 11213) @@ -46,7 +46,7 @@ ap.Ok() # verification - ap.VerifyValues("WebDAV", uw("Sharing Test WebDAV"), displayName = uw("Sharing Test WebDAV"), host = "qacosmo.osafoundation.org", username = "demo1", password="ad3leib5", port=8080) + ap.VerifyValues("WebDAV", uw("Sharing Test WebDAV"), host = "qacosmo.osafoundation.org", username = "demo1", password="ad3leib5", port=8080) # import events so test will have something to share even when run by itself path = os.path.join(os.getenv('CHANDLERHOME'),"tools/cats/DataFiles")
Modified: trunk/chandler/tools/cats/Functional/TestSubscribe.py (11212 => 11213)
--- trunk/chandler/tools/cats/Functional/TestSubscribe.py 2006-07-21 00:36:21 UTC (rev 11212) +++ trunk/chandler/tools/cats/Functional/TestSubscribe.py 2006-07-21 00:53:06 UTC (rev 11213) @@ -42,7 +42,7 @@ self.logger.endAction(True) # verification - ap.VerifyValues("WebDAV", uw("Subscribe Test WebDAV"), displayName = uw("Subscribe Test WebDAV"), host = "qacosmo.osafoundation.org", path = "home/demo1", username = "demo1", password="ad3leib5", port=8080) + ap.VerifyValues("WebDAV", uw("Subscribe Test WebDAV"), host = "qacosmo.osafoundation.org", path = "home/demo1", username = "demo1", password="ad3leib5", port=8080) # Subscribe dialog self.logger.startAction("Subscribe dialog")
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
