summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
Diffstat (limited to 'branches')
-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