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

Comparing COMP/SCRAM/src/ActiveDoc/DocTester.pm (file contents):
Revision 1.2 by williamc, Fri Jan 21 09:42:41 2000 UTC vs.
Revision 1.3 by williamc, Thu Jan 27 17:50:38 2000 UTC

# Line 12 | Line 12
12   # new()         : A new DocTester object
13   # initdoc([docstore]) : initialise starter doc etc.
14   # --- after initdoc can call
15 < # newdoc(url)   : create a new document with the given url
15 > # newtestdoc(url)   : create a new document with the given url
16   # docstore()    : return the base document store
17  
18   package ActiveDoc::DocTester;
# Line 37 | Line 37 | sub initdoc {
37          $self->{appl}->options(ActiveDoc::Query->new());
38   }
39  
40 < sub newdoc {
40 > sub newtestdoc {
41          my $self=shift;
42          $self->{object}=$self->{appl}->activatedoc(@_);
43   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines