Skip to content

Commit

Permalink
Re-format sources and test
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Oct 16, 2016
1 parent b059d14 commit ace1d78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Expand Up @@ -62,8 +62,7 @@ public BaseService(XmlRpcClient xmlRpcClient, String devKey) {
}

/**
* Executes the XML-RPC call to the method in the server, passing the
* execution data map.
* Executes the XML-RPC call to the method in the server, passing the execution data map.
*
* @param methodName name of the method.
* @param executionData execution data map.
Expand Down
Expand Up @@ -290,9 +290,8 @@ protected TestCase[] getTestCasesForTestPlan(Integer testPlanId, List<Integer> t
executionData);

/*
* // The Util.castToMap method will return an empty Map if (
* response instanceof String ) { throw new TestLinkAPIException(
* "The test plan you requested does not contain Test Cases." ); }
* // The Util.castToMap method will return an empty Map if ( response instanceof String ) { throw new
* TestLinkAPIException( "The test plan you requested does not contain Test Cases." ); }
*/

Map<String, Object> responseMap = Util.castToMap(response);
Expand Down
3 changes: 1 addition & 2 deletions src/test/java/br/eti/kinoshita/testlinkjavaapi/BaseTest.java
Expand Up @@ -51,8 +51,7 @@ public class BaseTest {
protected HttpTestServer server;

/**
* Whether the tests are being mocked, and XML with the prepared response
* are being used.
* Whether the tests are being mocked, and XML with the prepared response are being used.
*/
protected boolean mocked = true;

Expand Down
Expand Up @@ -35,8 +35,7 @@
/**
* <p>
* <ul>
* <li>20101130 - BUGID: 3123764 - kinow - reportTCresult not returning
* execution data</li>
* <li>20101130 - BUGID: 3123764 - kinow - reportTCresult not returning execution data</li>
* </ul>
* </p>
*
Expand Down

0 comments on commit ace1d78

Please sign in to comment.