summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-01 22:26:51 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-01 22:26:51 +0000
commite691784d79c0f1c401ed770596c965f8e6b708b3 (patch)
tree389e930cc710f4c644ea6c0b4984de78c5df5adf /branches/sca-java-1.x/modules
parent0dca335b1138c755291d050eacd277bbe7635eb4 (diff)
TUSCANY-3006 - Enabling the test case as I can't reproduce the failures anymore
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules')
-rw-r--r--branches/sca-java-1.x/modules/binding-gdata-runtime/src/test/java/org/apache/tuscany/sca/binding/gdata/GoogleBloggerServiceTestCase.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/modules/binding-gdata-runtime/src/test/java/org/apache/tuscany/sca/binding/gdata/GoogleBloggerServiceTestCase.java b/branches/sca-java-1.x/modules/binding-gdata-runtime/src/test/java/org/apache/tuscany/sca/binding/gdata/GoogleBloggerServiceTestCase.java
index 87f94a6fd3..69c17aa447 100644
--- a/branches/sca-java-1.x/modules/binding-gdata-runtime/src/test/java/org/apache/tuscany/sca/binding/gdata/GoogleBloggerServiceTestCase.java
+++ b/branches/sca-java-1.x/modules/binding-gdata-runtime/src/test/java/org/apache/tuscany/sca/binding/gdata/GoogleBloggerServiceTestCase.java
@@ -85,8 +85,7 @@ public class GoogleBloggerServiceTestCase {
- //@Test
- @Ignore("TUSCANY-3006")
+ @Test
public void testClientPost() throws Exception {
String blogEntryTitle = "titleByBloogerTestcase000";
Entry newEntry = new Entry();
@@ -97,8 +96,7 @@ public class GoogleBloggerServiceTestCase {
}
- //@Test
- @Ignore("TUSCANY-3006")
+ @Test
public void testClientDelete() throws Exception {
//This test case might fail