Changeset 2142 for libswish3/trunk/src/t/004-metanames.t
- Timestamp:
- 05/05/08 23:30:12 (8 months ago)
- Files:
-
- libswish3/trunk/src/t/004-metanames.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/t/004-metanames.t
r2130 r2142 7 7 $ENV{SWISH_DEBUG_NAMEDBUFFER} = 1; 8 8 9 ok( my $buf 10 = SwishTestUtils::run_get_stderr( 'properties.html',11 'properties.xml'),9 ok( my $buf = SwishTestUtils::run_lint_stderr( 10 'properties.html', 'properties.xml' 11 ), 12 12 "properties.html" 13 13 ); … … 22 22 23 23 ok( $buf 24 = SwishTestUtils::run_ get_stderr( 'UPPERlower.XML',24 = SwishTestUtils::run_lint_stderr( 'UPPERlower.XML', 25 25 'UPPERlower.XML' ), 26 26 "UPPERlower.XML"
