From efc00108d1057ca715beea03271cfe9ebb55c22e Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Thu, 31 May 2018 11:36:38 +0100 Subject: Add get_newest_revision() and test harness code for it --- vcs-test.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vcs-test.pl') diff --git a/vcs-test.pl b/vcs-test.pl index 4665f3f3370..29bdca8fc93 100755 --- a/vcs-test.pl +++ b/vcs-test.pl @@ -309,6 +309,12 @@ print "VCS->get_oldest_revision on $file :::\n"; $ret = $VCS->get_oldest_revision($file); print "Got \"$ret\"\n"; +########################################################## +print "#############################\n"; +print "VCS->get_newest_revision on $file :::\n"; +$ret = $VCS->get_newest_revision($file); +print "Got \"$ret\"\n"; + ########################################################## print "#############################\n"; print "VCS->next_revision (-1) on $file :::\n"; -- cgit v1.2.3