X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Ft%2FPspp.t;h=6e267f6fb8f535c5bfff0aedd0629f555161639e;hb=aafd3d71437306a0b89909dbc697b6241f5d2e7f;hp=fce5b74dd2eede1a4d472563cbb4413b359772fa;hpb=fdfc624414c149b2b4f20a6f8bf080b4f2ffb195;p=pspp diff --git a/perl-module/t/Pspp.t b/perl-module/t/Pspp.t index fce5b74dd2..6e267f6fb8 100644 --- a/perl-module/t/Pspp.t +++ b/perl-module/t/Pspp.t @@ -72,7 +72,7 @@ sub run_pspp_syntax_cmp ok ($d->get_var_cnt () == 0); $d->set_label ("My Dictionary"); - $d->set_documents ("These Documents"); + $d->add_document ("These Documents"); # Tests for variable creation @@ -130,7 +130,7 @@ sub run_pspp_syntax_cmp ) ); - $d->set_documents ("This should not appear"); + $d->add_document ("This should not appear"); $d->clear_documents (); $d->add_document ("This is a document line"); @@ -185,11 +185,9 @@ name,Format: A20,,2 ,Display Alignment: Left,, ,Display Width: 20,, -File label: +File label: This is the file label -This is the file label - -Documents in the active file: +Documents in the active dataset: This is a document line