Ignore:
Timestamp:
11/27/08 05:29:58 (3 years ago)
Author:
SvenDowideit
Message:

Item318: initial passing unit tests for view script web&topic parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UnitTestContrib/test/unit/ViewFileScriptTests.pm

    r997 r998  
    110110sub viewfile { 
    111111    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({}); 
    117113    $query->setUrl( $url ); 
    118114    $query->method('GET'); 
Note: See TracChangeset for help on using the changeset viewer.