Skip to content

Commit

Permalink
Issue #1843 tests for "order by" for local and remote storage were pa…
Browse files Browse the repository at this point in the history
…ssed.
  • Loading branch information
andrii0lomakin committed Feb 12, 2014
1 parent 2b510a5 commit b4afb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<class name="com.orientechnologies.orient.test.database.auto.LinkMapIndexTest"/>
<class name="com.orientechnologies.orient.test.database.auto.SQLIndexWithoutSchemaTest"/>
<class name="com.orientechnologies.orient.test.database.auto.IndexTxTest"/>
<class name="com.orientechnologies.orient.test.database.auto.OrderByIndexReuseTest"/>
</classes>
</test>
<test name="Dictionary">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<class name="com.orientechnologies.orient.test.database.auto.LinkMapIndexTest"/>
<class name="com.orientechnologies.orient.test.database.auto.SQLIndexWithoutSchemaTest"/>
<class name="com.orientechnologies.orient.test.database.auto.IndexTxTest"/>
<class name="com.orientechnologies.orient.test.database.auto.OrderByIndexReuseTest"/>
</classes>
</test>
<test name="Dictionary">
Expand Down

0 comments on commit b4afb9a

Please sign in to comment.