Skip to content

Commit 41321d1

Browse files
georgeajitgeorgeajit
authored andcommitted
Ignored due #347
1 parent 6921f8c commit 41321d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/TestQueryOptionBuilderSortOrder.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
import org.junit.*;
5252

5353
/*
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
5858
*/
5959

6060
public class TestQueryOptionBuilderSortOrder extends BasicJavaClientREST {
@@ -84,7 +84,7 @@ public void testCleanUp() throws Exception
8484
System.out.println("Running clear script");
8585
}
8686

87-
@Test(expected = com.marklogic.client.FailedRequestException.class)
87+
@Ignore
8888
public void testSortOrderDescendingScore() throws FileNotFoundException, XpathException, TransformerException
8989
{
9090
System.out.println("Running testSortOrderDescendingScore");
@@ -150,7 +150,7 @@ public void testSortOrderDescendingScore() throws FileNotFoundException, XpathEx
150150
client.release();
151151
}
152152

153-
@Test(expected = com.marklogic.client.FailedRequestException.class)
153+
@Ignore
154154
public void testSortOrderPrimaryDescScoreSecondaryAscDate() throws FileNotFoundException, XpathException, TransformerException, IOException, JSONException
155155
{
156156
System.out.println("Running testSortOrderPrimaryDescScoreSecondaryAscDate");
@@ -219,7 +219,7 @@ public void testSortOrderPrimaryDescScoreSecondaryAscDate() throws FileNotFoundE
219219
client.release();
220220
}
221221

222-
@Test(expected = com.marklogic.client.FailedRequestException.class)
222+
@Ignore
223223
public void testMultipleSortOrder() throws FileNotFoundException, XpathException, TransformerException, IOException
224224
{
225225
System.out.println("Running testMultipleSortOrder");
@@ -365,7 +365,7 @@ else if (direction.equals("ascending")) {
365365
client.release();
366366
}
367367

368-
@Test(expected = com.marklogic.client.FailedRequestException.class)
368+
@Ignore
369369
public void testSortOrderAttribute() throws FileNotFoundException, XpathException, TransformerException, IOException
370370
{
371371
System.out.println("Running testSortOrderAttribute");

0 commit comments

Comments
 (0)