Mailing list archives: January 2007

Site index · List index
Message list1 · 2 · Next »Thread · Author · Date
andlertoolsQATestScriptsFunctionalTestImportOverwritepy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -19,8 +19,7 @@ </span><span class="cx"> #write some stuff in the event to make it unique event.SetAttr(displayName=&quot;Original Event&quot;, startDate=&quot;01/01/2001&quot;, startTime=&quot;12:00 AM&quot;, body=&quot;This is the original event&quot;) logger.ReportPass(&quot;Create Event to Export&quot;) </span><span class="rem">- - </span><span class="add">+ </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sat, 07 Apr, 02:32
an&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; Sat, 07 Apr, 02:32
nding=False, + ) &amp;lt;/ins&amp;gt;&amp;lt;span class=&quot;cx&quot;&amp;gt; &amp;lt;/spanspan class=&quot;cx&quot;&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;span class=&quot;cx&quot;&amp;gt; class Viewer(trellis.Component): &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; Tue, 20 Dec, 12:56
<...@osafoundation.org> cking</span> Tue, 12 May, 17:36
<...@osafoundation.org> ss="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> ted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> lure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> lure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </ginalvalues#findimportedeventbyUUIDfound=App_ns.view.findUUID(event_UUID)</span> Tue, 12 May, 17:36
<...@osafoundation.org> t;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 12 May, 17:36
<...@osafoundation.org> portPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </ginalvalues#findimportedeventbyUUIDfound=App_ns.view.findUUID(event_UUID)</span> Tue, 12 May, 17:36
<...@osafoundation.org> portPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </ginalvalues#findimportedeventbyUUIDfound=App_ns.view.findUUID(event_UUID)</span> Tue, 12 May, 17:36
<hank...@gmail.com> lf.logger:self.logger.ReportPass(&quot;(OnlocationChecking)&quot;)eliffield==&quot;body&quot;:#bodychecking</span> Mon, 16 Dec, 16:55
<hank...@gmail.com> uot;Create Event to Export&quot;) </span><span class="rem">- - </span><span class="add">+ </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </&quot;,mimetype=&quot;text/plain&quot;)</span> Mon, 16 Dec, 16:55
<hank...@gmail.com> Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (1 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Mon, 16 Dec, 16:55
<hank...@gmail.com> Name == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03ss="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (1 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><lass="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == ' <dolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (1 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Mon, 16 Dec, 16:55
<harts...@osafoundation.org> e:ifself.logger:self.logger.ReportPass(&quot;(OnlocationChecking)&quot;)eliffield==&quot;body&quot;:#bodychecking</span> Sun, 12 Apr, 21:12
<...@telecommunity.com> F ÁGT ¨ĐF ÁGAPSŔĐF ÁG @@ŕĐF ÁGAPSřĐF ÁGIRW ŇF ÁGAPS8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Wed, 07 Jan, 05:01
<...@telecommunity.com> F ÁGT ¨ĐF ÁGAPSŔĐF ÁG @@ŕĐF ÁGAPSřĐF ÁGIRW ŇF ÁGAPS8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Wed, 07 Jan, 05:01
<...@telecommunity.com> F ÁGT ¨ĐF ÁGAPSŔĐF ÁG @@ŕĐF ÁGAPSřĐF ÁGIRW ŇF ÁGAPS8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Wed, 07 Jan, 05:01
<...@telecommunity.com> F ÁGT ¨ĐF ÁGAPSŔĐF ÁG @@ŕĐF ÁGAPSřĐF ÁGIRW ŇF ÁGAPS8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Wed, 07 Jan, 05:01
<vinubal...@gmail.com> safoundation.org> Thu, 17 May, 22:01
Parlante on.org> Sat, 09 Apr, 03:30
Parlante 4 Sat, 09 Apr, 03:30
Parlante 8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Sat, 09 Apr, 03:30
Parlante 8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Sat, 09 Apr, 03:30
Parlante 8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Sat, 09 Apr, 03:30
b...@code-bear.com S8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Sat, 13 Sep, 09:29
b.@osafoundation.org APS8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Thu, 25 Apr, 03:33
b.@osafoundation.org APS8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Thu, 25 Apr, 03:33
b.@osafoundation.org APS8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Thu, 25 Apr, 03:33
b.@osafoundation.org APS8ŇF ÁG PŇF ÁGAPShŇF ÁGS ŇF ÁGPXEPÓF ÁG @@ˆÓF ÁGAHCpÔF ÁGS ŔÔF ÁGPMI0ÖF ÁGEHCčÖF ÁGFFI p×F ÁGFFI đ×F ÁGGGOLˆŘF ÁGDIAđŘF ÁGIDOMpĎG ÁGT PĐG ÁG @@€ĐG ÁGATS(ŃG ÁGPMI xŃG ÁGPS ŃG ÁGUAQ čŃG ÁGOPMI ŇG ÁGDIAxŇG ÁGIDOMřŇG ÁGT ¸ÓG ÁG @@đÓG ÁGESLEČÔG ÁGDOB (ŐG ÁGDOB €ŐG ÁGONFIˆÖG ÁGOB˜ÖG ÁGTHčžF Thu, 25 Apr, 03:33
e bot)" a xz@@w?˙˙˙˙˙˙˙˙ťR! Tue, 18 Feb, 17:56
e runk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -19,8 +19,7 @@ </span><span class="cx"> #write some stuff in the event to make it unique event.SetAttr(displayName=&quot;Original Event&quot;, startDate=&quot;01/01/2001&quot;, startTime=&quot;12:00 AM&quot;, body=&quot;This is the original event&quot;) logger.ReportPass(&quot;Create Event to Export&quot;) </span><span class="rem">- - </span><span class="add">+ </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 18 Feb, 17:56
e the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 21 Mar, 19:22
e ot;Original Event&quot;, startDate=&quot;01/01/2001&quot;, startTime=&quot;12:00 AM&quot;, body=&quot;This is the original event&quot;) logger.ReportPass(&quot;Create Event to Export&quot;) </span><span class="rem">- - </span><span class="add">+ </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 21 Mar, 19:22
e been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Tue, 21 Mar, 19:22
ic an class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
ic >- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
ic tPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
ic tPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
ic 58 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/projects/Chandler-FeedsPlugin/setup.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/projects/Chandler-FeedsPlugin/setup.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -2,7 +2,7 @@ </span><span class="cx"> setup( name = &quot;Chandler-FeedsPlugin&quot;, </span><span class="rem">- version = &quot;0.1&quot;, </span><span class="add">+ version = &quot;0.2&quot;, </span><span class="cx"> description = &quot;Simple RSS/Atom feed support for Chandler&quot;, author = &quot;OSAF&quot;, test_suite = &quot;feeds.tests&quot;, </span></pre></div> <a id="trunkchandlertoolsQATestScriptsFunctionalTestImportOverwritepy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -19,8 +19,7 @@ </span><span class="cx"> #write some stuff in the event to make it unique event.SetAttr(displayName=&quot;Original Event&quot;, startDate=&quot;01/01/2001&quot;, startTime=&quot;12:00 AM&quot;, body=&quot;This is the original event&quot;) logger.ReportPass(&quot;Create Event to Export&quot;) </span><span class="rem">- - </span><span class="add">+ </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
ic 58 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/projects/Chandler-FeedsPlugin/setup.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/projects/Chandler-FeedsPlugin/setup.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -2,7 +2,7 @@ </span><span class="cx"> setup( name = &quot;Chandler-FeedsPlugin&quot;, </span><span class="rem">- version = &quot;0.1&quot;, </span><span class="add">+ version = &quot;0.2&quot;, </span><span class="cx"> description = &quot;Simple RSS/Atom feed support for Chandler&quot;, author = &quot;OSAF&quot;, test_suite = &quot;feeds.tests&quot;, </span></pre></div> <a id="trunkchandlertoolsQATestScriptsFunctionalTestImportOverwritepy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -19,8 +19,7 @@ </span><span class="cx"> #write some stuff in the event to make it unique event.SetAttr(displayName=&quot;Original Event&quot;, startDate=&quot;01/01/2001&quot;, startTime=&quot;12:00 AM&quot;, body=&quot;This is the original event&quot;) logger.ReportPass(&quot;Create Event to Export&quot;) </span><span class="rem">- - </span><span class="add">+ </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
ic lf.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div10.m<spanclass="rem"> Sun, 07 Jun, 03:49
ic ied: trunk/chandler/tools/QAUITestAppLib.py (1 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
ic ied: trunk/chandler/tools/QAUITestAppLib.py (1 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
ic span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 07 Jun, 03:49
is 7 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 22 Jun, 20:09
is TestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 22 Jun, 20:09
is ; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 22 Jun, 20:09
is TestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 22 Jun, 20:09
is ys.exit(0)</span> Sun, 22 Jun, 20:09
is TestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 22 Jun, 20:09
is TestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 22 Jun, 20:09
is TestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 22 Jun, 20:09
is TestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 22 Jun, 20:09
isse share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 13 Nov, 20:15
isse <pre class="diff"> <span class="info">--- trunk/chandler/projects/Chandler-FeedsPlugin/setup.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/projects/Chandler-FeedsPlugin/setup.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -2,7 +2,7 @@ </span><span class="cx"> setup( name = &quot;Chandler-FeedsPlugin&quot;, </span><span class="rem">- version = &quot;0.1&quot;, </span><span class="add">+ version = &quot;0.2&quot;, </span><span class="cx"> description = &quot;Simple RSS/Atom feed support for Chandler&quot;, author = &quot;OSAF&quot;, test_suite = &quot;feeds.tests&quot;, </span></pre></div> <a id="trunkchandlertoolsQATestScriptsFunctionalTestImportOverwritepy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -19,8 +19,7 @@ </span><span class="cx"> #write some stuff in the event to make it unique event.SetAttr(displayName=&quot;Original Event&quot;, startDate=&quot;01/01/2001&quot;, startTime=&quot;12:00 AM&quot;, body=&quot;This is the original event&quot;) logger.ReportPass(&quot;Create Event to Export&quot;) </span><span class="rem">- - </span><span class="add">+ </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This is the original event' and found.displayName == 'Original Event': </span><span class="add">+ if found.body == 'This is the original event' and found.displayName == 'Original Event': </span><span class="cx"> logger.ReportPass(&quot;Event overwriten&quot;) else: logger.ReportFailure('Event not overwriten') </span></pre></div> <a id="trunkchandlertoolsQATestScriptsPerformanceendpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Performance/end.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Performance/end.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -3,6 +3,9 @@ </span><span class="cx"> # Start Chandler 3 times with: time chandler -f end.py # Pick the run whose time was in the middle (the &quot;real&quot; time row) </span><span class="add">+import tools.QAUITestAppLib as QAUITestAppLib </span><span class="cx"> </span><span class="add">+QAUITestAppLib.App_ns.root.Quit() + </span><span class="cx"> import sys; sys.exit(0) </span></pre></div> <a id="trunkchandlertoolsQAUITestAppLibpy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QAUITestAppLib.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QAUITestAppLib.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -892,7 +892,7 @@ </span><span class="cx"> else: if self.logger: self.logger.ReportPass(&quot;(On location Checking)&quot;) elif field == &quot;body&quot;: # body checking </span><span class="rem">- body = &quot;%s&quot; %self.item.bodyString </span><span class="add">+ body = &quot;%s&quot; %self.item.body </span><span class="cx"> if not dict[field] == body : if self.logger: self.logger.ReportFailure(&quot;(On body Checking) || object body = %s ; expected body = %s&quot; %(body, dict[field])) else: </span> </pre> </div> </div> </body> </html> Sun, 13 Nov, 20:15
isse <pre class="diff"> <span class="info">--- trunk/chandler/projects/Chandler-FeedsPlugin/setup.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/projects/Chandler-FeedsPlugin/setup.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -2,7 +2,7 @@ </span><span class="cx"> setup( name = &quot;Chandler-FeedsPlugin&quot;, </span><span class="rem">- version = &quot;0.1&quot;, </span><span class="add">+ version = &quot;0.2&quot;, </span><span class="cx"> description = &quot;Simple RSS/Atom feed support for Chandler&quot;, author = &quot;OSAF&quot;, test_suite = &quot;feeds.tests&quot;, </span></pre></div> <a id="trunkchandlertoolsQATestScriptsFunctionalTestImportOverwritepy"></a> <div class="modfile"><h4>Modified: trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py (10358 => 10359)</h4> <pre class="diff"> <span class="info">--- trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 03:51:17 UTC (rev 10358) +++ trunk/chandler/tools/QATestScripts/Functional/TestImportOverwrite.py 2006-04-20 04:00:41 UTC (rev 10359) </span><span class="lines">@@ -19,8 +19,7 @@ </span><span class="cx"> #write some stuff in the event to make it unique event.SetAttr(displayName=&quot;Original Event&quot;, startDate=&quot;01/01/2001&quot;, startTime=&quot;12:00 AM&quot;, body=&quot;This is the original event&quot;) logger.ReportPass(&quot;Create Event to Export&quot;) </span><span class="rem">- - </span><span class="add">+ </span><span class="cx"> #export the event path = os.path.join(os.getenv('CHANDLERHOME'),&quot;tools/QATestScripts/DataFiles&quot;) filename = 'tempOverwriteTest.ics' </span><span class="lines">@@ -44,18 +43,18 @@ </span><span class="cx"> #change the event after exporting event.SetAttr(displayName=&quot;Changed Event&quot;, body=&quot;This event has been changed&quot;) logger.ReportPass(&quot;modifing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #import the original event share = Sharing.OneTimeFileSystemShare(path, u'tempOverwriteTest.ics', ICalendar.ICalendarFormat, itsView=App_ns.itsView) share.get() wx.GetApp().Yield() logger.ReportPass(&quot;importing event&quot;) </span><span class="rem">- </span><span class="add">+ </span><span class="cx"> #check if changed attributes have reverted to original values #find imported event by UUID found = App_ns.view.findUUID(event_UUID) </span><span class="rem">- if found.bodyString == 'This