You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2019/12/31 09:40:55 UTC

[ignite] branch ignite-12458-2.8 updated: Fix merge

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch ignite-12458-2.8
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-12458-2.8 by this push:
     new 1035fb8  Fix merge
1035fb8 is described below

commit 1035fb8f6d53b1feaee43a03e198f00a4a01940d
Author: Pavel <pt...@apache.org>
AuthorDate: Tue Dec 31 12:40:40 2019 +0300

    Fix merge
---
 .../jdbc/suite/IgniteJdbcThinDriverPartitionAwarenessTestSuite.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/clients/src/test/java/org/apache/ignite/jdbc/suite/IgniteJdbcThinDriverPartitionAwarenessTestSuite.java b/modules/clients/src/test/java/org/apache/ignite/jdbc/suite/IgniteJdbcThinDriverPartitionAwarenessTestSuite.java
index 58eb11e..2584fb5 100644
--- a/modules/clients/src/test/java/org/apache/ignite/jdbc/suite/IgniteJdbcThinDriverPartitionAwarenessTestSuite.java
+++ b/modules/clients/src/test/java/org/apache/ignite/jdbc/suite/IgniteJdbcThinDriverPartitionAwarenessTestSuite.java
@@ -18,8 +18,8 @@
 package org.apache.ignite.jdbc.suite;
 
 import org.apache.ignite.jdbc.thin.JdbcThinAbstractSelfTest;
-import org.apache.ignite.jdbc.thin.JdbcThinAffinityAwarenessSelfTest;
-import org.apache.ignite.jdbc.thin.JdbcThinAffinityAwarenessTransactionsSelfTest;
+import org.apache.ignite.jdbc.thin.JdbcThinPartitionAwarenessSelfTest;
+import org.apache.ignite.jdbc.thin.JdbcThinPartitionAwarenessTransactionsSelfTest;
 import org.apache.ignite.jdbc.thin.JdbcThinConnectionSelfTest;
 import org.apache.ignite.jdbc.thin.JdbcThinStatementSelfTest;
 import org.apache.ignite.jdbc.thin.JdbcThinTcpIoTest;