Skip to content

Commit

Permalink
for apache#1316, add select_equal_with_geography test case 1th.
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed Oct 1, 2018
1 parent db9e1d9 commit 94deda5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@
<dql-test-case sql-case-id="select_with_force_index_join">
<assertion parameters="1000:int" expected-data-file="select_with_force_index_join.xml" />
</dql-test-case>


<dql-test-case sql-case-id="select_equal_with_geography">
<assertion parameters="'{&quot;rule2&quot;:&quot;null&quot;}', 100:int, 200:int, 10:int, 1000:int" expected-data-file="select_equal_with_single_table.xml" />
<assertion parameters="'{&quot;rule2&quot;:&quot;null&quot;}', 100:int, 200:int, 12:int, 1000:int" expected-data-file="empty_order.xml" />
</dql-test-case>

<dql-test-case sql-case-id="select_sum">
<assertion expected-data-file="select_sum.xml" />
</dql-test-case>
Expand Down

0 comments on commit 94deda5

Please sign in to comment.