Changeset 998 for trunk/UnitTestContrib/test/unit/ViewFileScriptTests.pm
- Timestamp:
- 11/27/08 05:29:58 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/ViewFileScriptTests.pm
r997 r998 110 110 sub viewfile { 111 111 my ( $this, $url ) = @_; 112 my $query = new Unit::Request({ 113 # webName => [ $this->{test_web} ], 114 # topicName => [ 'TestTopic1' ], 115 # template => [ $tmpl ], 116 }); 112 my $query = new Unit::Request({}); 117 113 $query->setUrl( $url ); 118 114 $query->method('GET');
Note: See TracChangeset
for help on using the changeset viewer.
