Changeset 13795 for trunk/UnitTestContrib/test/unit/FoswikiTestCase.pm
- Timestamp:
- 01/23/12 14:45:26 (4 months ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/test/unit/FoswikiTestCase.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/FoswikiTestCase.pm
r13703 r13795 741 741 $this->{request} = $this->{session}{request}; 742 742 ASSERT( defined $Foswiki::Plugins::SESSION ) if SINGLE_SINGLETONS; 743 ( $this->{test_topicObject} ) = 744 Foswiki::Func::readTopic( $this->{test_web}, $this->{test_topic} ); 743 if ($this->{test_web} && $this->{test_topic}) { 744 ( $this->{test_topicObject} ) = 745 Foswiki::Func::readTopic( $this->{test_web}, $this->{test_topic} ); 746 } 745 747 746 748 return $this->{session};
Note: See TracChangeset
for help on using the changeset viewer.
