ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Testing/TestSuite.pm
(Generate patch)

Comparing COMP/SCRAM/src/Testing/TestSuite.pm (file contents):
Revision 1.3 by sashby, Wed Aug 17 16:24:52 2005 UTC vs.
Revision 1.4 by sashby, Fri Oct 14 15:56:10 2005 UTC

# Line 254 | Line 254 | sub tool()
254  
255     }
256  
257 < sub ui()
257 > sub gui()
258     {
259     my $self=shift;
260 <   my $status = system($self->{SCRAMMAIN},"ui","-h");
261 <   $self->log("ui","Test of help functionality", $status);  
260 >   my $status = system($self->{SCRAMMAIN},"gui","-h");
261 >   $self->log("gui","Test of help functionality", $status);  
262     }
263  
264   sub build()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines