SarmlaTharishny / testlink-api-java-client

Automatically exported from code.google.com/p/testlink-api-java-client
0 stars 0 forks source link

[Patch] Compatibility with Testlink 1.9 API, handling of build names #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

The attached 2 patches make the client compatible with TestLink 1.9 API and add 
support for using build names with reported test case results.

Original issue reported on code.google.com by aleksand...@gmail.com on 28 Sep 2012 at 11:20

Attachments:

GoogleCodeExporter commented 8 years ago
BTW, these changes should be attributed to Kamil Chmielewski 
(http://pl.linkedin.com/pub/kamil-chmielewski/3/550/479), not me.

Original comment by aleksand...@gmail.com on 28 Sep 2012 at 11:25

GoogleCodeExporter commented 8 years ago
What version are these patches against? Patch #2 does not apply to the latest 
read-only SVN checkout because there is no TestLinkAPIResultsTest.java.

Original comment by zach.f...@gmail.com on 1 Apr 2013 at 8:58

GoogleCodeExporter commented 8 years ago
Well, it's clearly a new file, as indicated in the patch file (*new file mode 
100644*):

diff --git 
a/testlink-api-java-client/src/testlink/api/java/client/junit/client/TestLinkAPI
ResultsTest.java 
b/testlink-api-java-client/src/testlink/api/java/client/junit/client/TestLinkAPI
ResultsTest.java
new file mode 100644
index 0000000..e21766b
--- /dev/null
+++ 
b/testlink-api-java-client/src/testlink/api/java/client/junit/client/TestLinkAPI
ResultsTest.java
@@ -0,0 +1,79 @@
+package testlink.api.java.client.junit.client;

The file doesn't exist in current sources but applying the patch should create 
this file.

Original comment by aleksand...@gmail.com on 16 Apr 2013 at 7:34