Changeset 999
- Timestamp:
- 11/27/08 05:39:04 (3 years ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/test/unit/ViewScriptTests.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/ViewScriptTests.pm
r998 r999 140 140 $this->urltest('/Sandbox', 'Sandbox', 'WebHome'); 141 141 $this->urltest('/Sandbox/', 'Sandbox', 'WebHome'); 142 #$this->urltest('//Sandbox', 'Sandbox', 'WebHome');142 $this->urltest('//Sandbox', 'Sandbox', 'WebHome'); 143 143 $this->urltest('/Sandbox//', 'Sandbox', 'WebHome'); 144 144 $this->urltest('/Sandbox/WebHome', 'Sandbox', 'WebHome'); 145 #$this->urltest('/Sandbox//WebHome', 'Sandbox', 'WebHome');145 $this->urltest('/Sandbox//WebHome', 'Sandbox', 'WebHome'); 146 146 $this->urltest('/Sandbox/WebHome/', 'Sandbox', 'WebHome'); 147 #$this->urltest('/Sandbox/WebHome//', 'Sandbox', 'WebHome');147 $this->urltest('/Sandbox/WebHome//', 'Sandbox', 'WebHome'); 148 148 149 149 }
Note: See TracChangeset
for help on using the changeset viewer.
