Author: sebb Date: Thu Aug 23 13:34:22 2018 New Revision: 1838732 URL: http://svn.apache.org/viewvc?rev=1838732&view=rev Log: Wrong way round
Modified: comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist_test.py comdev/reporter.apache.org/trunk/scripts/scandist_test.py Modified: comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist_test.py URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist_test.py?rev=1838732&r1=1838731&r2=1838732&view=diff ============================================================================== --- comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist_test.py (original) +++ comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist_test.py Thu Aug 23 13:34:22 2018 @@ -2,10 +2,10 @@ Simple test harness Reads output from svnpubsub/wacher.py (or similar) -Input is parsed by scandist.processTargets() +Commits are parsed by scandist.processCommit() If a sufficient gap occurs between commits, then -the parsed data is passed to scandist.processCommit() +the parsed data is passed to scandist.processTargets() TODO: needs to check the output somehow Modified: comdev/reporter.apache.org/trunk/scripts/scandist_test.py URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/scandist_test.py?rev=1838732&r1=1838731&r2=1838732&view=diff ============================================================================== --- comdev/reporter.apache.org/trunk/scripts/scandist_test.py (original) +++ comdev/reporter.apache.org/trunk/scripts/scandist_test.py Thu Aug 23 13:34:22 2018 @@ -2,10 +2,10 @@ Simple test harness Reads output from svnpubsub/wacher.py (or similar) -Input is parsed by scandist.processTargets() +Commits are parsed by scandist.processCommit() If a sufficient gap occurs between commits, then -the parsed data is passed to scandist.processCommit() +the parsed data is passed to scandist.processTargets() TODO: needs to check the output somehow