You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by nt...@apache.org on 2017/04/18 10:01:04 UTC

[15/19] ignite git commit: Fix missing test resource directory for org.apache.ignite.spi.discovery.tcp .TcpDiscoveryNodeAttributesUpdateOnReconnectTest.testReconnect

Fix missing test resource directory for
org.apache.ignite.spi.discovery.tcp
    .TcpDiscoveryNodeAttributesUpdateOnReconnectTest.testReconnect


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/02b19426
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/02b19426
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/02b19426

Branch: refs/heads/master
Commit: 02b194268071b179d291b28472cef5d587e7558a
Parents: 89e9dbe
Author: Alexander Fedotov <al...@gmail.com>
Authored: Tue Apr 11 12:00:59 2017 +0300
Committer: Alexander Fedotov <al...@gmail.com>
Committed: Tue Apr 11 12:00:59 2017 +0300

----------------------------------------------------------------------
 modules/core/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/02b19426/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index f12cdfa..f786a27 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -234,6 +234,9 @@
                     <exclude>**/*.java</exclude>
                 </excludes>
             </testResource>
+            <testResource>
+                <directory>src/test/resources</directory>
+            </testResource>
         </testResources>
 
         <plugins>