Changeset 816 for trunk/UnitTestContrib/test/unit/Fn_INCLUDE.pm
- Timestamp:
- 11/19/08 19:11:33 (4 years ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/test/unit/Fn_INCLUDE.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/Fn_INCLUDE.pm
r766 r816 5 5 package Fn_INCLUDE; 6 6 7 use base qw( TWikiFnTestCase );7 use base qw( FoswikiFnTestCase ); 8 8 9 use TWiki;9 use Foswiki; 10 10 use Error qw( :try ); 11 11 … … 55 55 7 ($includedTopic) 56 56 8 #$includedTopic 57 9 [[ system.$includedTopic]]57 9 [[System.$includedTopic]] 58 58 10 [[$includedTopic]] 59 59 11 [[http://fleegle][$includedTopic]] … … 81 81 7 ($this->{other_web}.$includedTopic) 82 82 8 #$includedTopic 83 9 [[ system.$includedTopic]]83 9 [[System.$includedTopic]] 84 84 10 [[$this->{other_web}.$includedTopic][$includedTopic]] 85 85 11 [[http://fleegle][$includedTopic]]
Note: See TracChangeset
for help on using the changeset viewer.
