[Checkins] SVN: grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftests/admin/apps.py The admin UI's sample application is now at the top of the list.

Philipp von Weitershausen philikon at philikon.de
Fri Aug 24 08:46:10 EDT 2007


Log message for revision 79229:
  The admin UI's sample application is now at the top of the list.
  

Changed:
  U   grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftests/admin/apps.py

-=-
Modified: grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftests/admin/apps.py
===================================================================
--- grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftests/admin/apps.py	2007-08-24 12:17:40 UTC (rev 79228)
+++ grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftests/admin/apps.py	2007-08-24 12:46:10 UTC (rev 79229)
@@ -38,8 +38,8 @@
 
 We are able to add a mammoth manager...
 
-  >>> browser.getControl('Name your new app:',index=13).value = 'my-mammoth-manager'
-  >>> browser.getControl('Create',index=13).click()
+  >>> browser.getControl('Name your new app:', index=1).value = 'my-mammoth-manager'
+  >>> browser.getControl('Create', index=1).click()
 
   >>> print browser.contents
   <html xmlns="http://www.w3.org/1999/xhtml">



More information about the Checkins mailing list