You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2018/08/23 13:34:23 UTC

svn commit: r1838732 - in /comdev/reporter.apache.org: branches/TEST_INSTALL/scripts/scandist_test.py trunk/scripts/scandist_test.py

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