Repository: beam
Updated Branches:
  refs/heads/master 610bda168 -> 625c996c4


Activate WindowedWordCountIT on Apex runner


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/513ef114
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/513ef114
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/513ef114

Branch: refs/heads/master
Commit: 513ef1145aa6c563625ab4154296d5aa4fc6c17c
Parents: 8af5c28
Author: Kenneth Knowles <k...@google.com>
Authored: Thu May 4 15:01:24 2017 -0700
Committer: Kenneth Knowles <k...@google.com>
Committed: Thu May 4 15:01:24 2017 -0700

----------------------------------------------------------------------
 examples/java/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/513ef114/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index d673da2..65625df 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -303,6 +303,7 @@
                 <configuration>
                   <includes>
                     <include>WordCountIT.java</include>
+                    <include>WindowedWordCountIT.java</include>
                   </includes>
                   <parallel>all</parallel>
                   <threadCount>4</threadCount>

Reply via email to