|
51 | 51 | import org.junit.*; |
52 | 52 |
|
53 | 53 | /* |
54 | | - * All the tests in the class are being converted to negative test cases since the Git Issue 347 will not be fixed. |
55 | | - * ML version 8.0-4 |
56 | | - * Java client API version 3.0-4 |
57 | | - * 08/31/2015 |
| 54 | + * All the tests in the class are being Ignored test cases since the Git Issue 347 will not be fixed. |
| 55 | + * ML version 8.0-7 |
| 56 | + * Java client API version 3.0-8 |
| 57 | + * 08/14/2017 |
58 | 58 | */ |
59 | 59 |
|
60 | 60 | public class TestQueryOptionBuilderSortOrder extends BasicJavaClientREST { |
@@ -84,7 +84,7 @@ public void testCleanUp() throws Exception |
84 | 84 | System.out.println("Running clear script"); |
85 | 85 | } |
86 | 86 |
|
87 | | - @Test(expected = com.marklogic.client.FailedRequestException.class) |
| 87 | + @Ignore |
88 | 88 | public void testSortOrderDescendingScore() throws FileNotFoundException, XpathException, TransformerException |
89 | 89 | { |
90 | 90 | System.out.println("Running testSortOrderDescendingScore"); |
@@ -150,7 +150,7 @@ public void testSortOrderDescendingScore() throws FileNotFoundException, XpathEx |
150 | 150 | client.release(); |
151 | 151 | } |
152 | 152 |
|
153 | | - @Test(expected = com.marklogic.client.FailedRequestException.class) |
| 153 | + @Ignore |
154 | 154 | public void testSortOrderPrimaryDescScoreSecondaryAscDate() throws FileNotFoundException, XpathException, TransformerException, IOException, JSONException |
155 | 155 | { |
156 | 156 | System.out.println("Running testSortOrderPrimaryDescScoreSecondaryAscDate"); |
@@ -219,7 +219,7 @@ public void testSortOrderPrimaryDescScoreSecondaryAscDate() throws FileNotFoundE |
219 | 219 | client.release(); |
220 | 220 | } |
221 | 221 |
|
222 | | - @Test(expected = com.marklogic.client.FailedRequestException.class) |
| 222 | + @Ignore |
223 | 223 | public void testMultipleSortOrder() throws FileNotFoundException, XpathException, TransformerException, IOException |
224 | 224 | { |
225 | 225 | System.out.println("Running testMultipleSortOrder"); |
@@ -365,7 +365,7 @@ else if (direction.equals("ascending")) { |
365 | 365 | client.release(); |
366 | 366 | } |
367 | 367 |
|
368 | | - @Test(expected = com.marklogic.client.FailedRequestException.class) |
| 368 | + @Ignore |
369 | 369 | public void testSortOrderAttribute() throws FileNotFoundException, XpathException, TransformerException, IOException |
370 | 370 | { |
371 | 371 | System.out.println("Running testSortOrderAttribute"); |
|
0 commit comments