You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/10/02 07:09:56 UTC

[GitHub] [incubator-shardingsphere] terrymanu commented on a change in pull request #3164: changing HashMap to LinkedHashMap for deterministic iterations

terrymanu commented on a change in pull request #3164: changing HashMap to LinkedHashMap for deterministic iterations
URL: https://github.com/apache/incubator-shardingsphere/pull/3164#discussion_r330398426
 
 

 ##########
 File path: sharding-jdbc/sharding-jdbc-core/src/test/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/statement/EncryptPreparedStatementTest.java
 ##########
 @@ -59,7 +59,7 @@ public void assertInsertWithExecute() throws SQLException {
             statement.setObject(2, 'b');
             statement.execute();
         }
-        assertResultSet(3, 2, "encryptValue", "assistedEncryptValue");
+        assertResultSet(0, 2, "encryptValue", "assistedEncryptValue");
 
 Review comment:
   Why change value of result count if change order only?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services