File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ipp-v3-java-devkit/src/test/java/com/intuit/ipp/services Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
2929* ipp-v3-java-devkit - core component, contains rest API support
3030* ipp-v3-java-devkit-assembly - builds final deployment package (zip) which includes everything
3131* ipp-v3-java-devkit-shaded-assembly - builds lightweight version (some dependencies excluded)
32- * ipp-v3-java-devkit-javadoc - contains javadoc for data and devkit class
32+ * ipp-v3-java-devkit-javadoc - contains javadoc for data and devkit classes
3333
3434## System Requirements
3535The SDK works on JDK 1.6 and above.
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ public void testExecuteQuery_get() throws FMSException {
512512 Assert .assertNull (queryResult .getTotalCount ());
513513 }
514514
515- @ Test
515+ @ Test ( enabled = false )
516516 public void testExecuteQuery_post () throws FMSException {
517517 Customer customerIn = getCustomer ();
518518 Customer customer = GenerateQuery .createQueryEntity (Customer .class );
You can’t perform that action at this time.
0 commit comments