Imported Robodoc.
[robodoc.git] / Source / Test / parameter_test.pl
1 #!/usr/bin/perl -w
2 #
3 # Test of the various ways we can specify files 
4 # and directories to the  --src and --doc options.
5 # Created to solve bug:  
6 # [770251 ] Absolute filename causes an assertion to fail
7 #
8 #
9 # $Id: parameter_test.pl,v 1.3 2003/08/13 20:42:07 gumpu Exp $
10 #
11
12 use strict;
13 use ROBOTest;
14 ROBOTest::start("Parameter Test");
15 ROBOTest::assertFile( "parameter_test.html" );
16 ROBOTest::finish;