--- loncom/cfgedittests/test.pl 2003/11/25 12:15:35 1.2 +++ loncom/cfgedittests/test.pl 2003/12/02 12:12:41 1.3 @@ -1,7 +1,7 @@ #!/usr/bin/perl # -# $Id: test.pl,v 1.2 2003/11/25 12:15:35 foxr Exp $ +# $Id: test.pl,v 1.3 2003/12/02 12:12:41 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,5 +43,6 @@ push @tests, qw(./append.t); # Test appe push @tests, qw(./lookup.t); # Test lookup functions. push @tests, qw(./delete.t); # Test delete line functions. push @tests, qw(./modify.t); # Test modify line functionality +push @tests, qw(./write.t); # test write back functionality. runtests(@tests);