[Checkins] SVN: grokui.introspector/trunk/src/grokui/introspector/ Update tests.

Uli Fouquet uli at gnufix.de
Tue Jul 22 18:25:25 EDT 2008


Log message for revision 88741:
  Update tests.

Changed:
  U   grokui.introspector/trunk/src/grokui/introspector/README.txt
  U   grokui.introspector/trunk/src/grokui/introspector/code.txt

-=-
Modified: grokui.introspector/trunk/src/grokui/introspector/README.txt
===================================================================
--- grokui.introspector/trunk/src/grokui/introspector/README.txt	2008-07-22 22:24:49 UTC (rev 88740)
+++ grokui.introspector/trunk/src/grokui/introspector/README.txt	2008-07-22 22:25:24 UTC (rev 88741)
@@ -42,7 +42,7 @@
 ``inspect``, so that you can enter the following URL to access the
 overview page::
 
-  >>> browser.open('http://localhost/++inspect++/index')
+  >>> browser.open('http://localhost/++inspect++/index.html')
   >>> print browser.contents
   <!DOCTYPE html...
   <h1>The Grok Introspector</h1>
@@ -72,7 +72,7 @@
 
 We get back to introspector home page::
 
-  >>> browser.open('http://localhost/++inspect++/index')
+  >>> browser.open('http://localhost/++inspect++/index.html')
 
 
 Browsing code (classes, packages, etc.)
@@ -113,5 +113,5 @@
 
 We get back to introspector home page::
 
-  >>> browser.open('http://localhost/++inspect++/index')
+  >>> browser.open('http://localhost/++inspect++/index.html')
 

Modified: grokui.introspector/trunk/src/grokui/introspector/code.txt
===================================================================
--- grokui.introspector/trunk/src/grokui/introspector/code.txt	2008-07-22 22:24:49 UTC (rev 88740)
+++ grokui.introspector/trunk/src/grokui/introspector/code.txt	2008-07-22 22:25:24 UTC (rev 88741)
@@ -18,7 +18,7 @@
 
 The code browser is linked from the general grokui overview page::
 
-  >>> browser.open('http://localhost/++inspect++/index')
+  >>> browser.open('http://localhost/++inspect++/')
 
 The code browser assists in giving us an overview over the available
 code basis. The overview page is where we can start::



More information about the Checkins mailing list