Changeset 13821 for trunk/UnitTestContrib/test/unit/ViewScriptTests.pm
- Timestamp:
- 01/25/12 03:53:27 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/ViewScriptTests.pm
r13814 r13821 130 130 my ($topicObject) = 131 131 Foswiki::Func::readTopic( $this->{test_subweb}, 132 $Foswiki::cfg{HomeTopicName} );133 $topicObject->text( "SMELL");132 $Foswiki::cfg{HomeTopicName} ); 133 $topicObject->text("SMELL"); 134 134 $topicObject->save(); 135 135 $topicObject->finish(); … … 145 145 }; 146 146 my ($topicObject) = 147 Foswiki::Func::readTopic( $this->{test_subweb}, $topic );147 Foswiki::Func::readTopic( $this->{test_subweb}, $topic ); 148 148 $topicObject->text('nested topci1 text'); 149 149 $topicObject->save(); … … 151 151 152 152 #set up nested web _and_ topic called $this->{test_web}/ThisTopic 153 ($topicObject) = 154 Foswiki::Func::readTopic( $this->{test_web}, 'ThisTopic'); 155 $topicObject->text( 'nested ThisTopic text' ); 153 ($topicObject) = Foswiki::Func::readTopic( $this->{test_web}, 'ThisTopic' ); 154 $topicObject->text('nested ThisTopic text'); 156 155 $topicObject->save(); 157 156 $topicObject->finish();
Note: See TracChangeset
for help on using the changeset viewer.
