diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-01 22:26:51 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-01 22:26:51 +0000 |
commit | e691784d79c0f1c401ed770596c965f8e6b708b3 (patch) | |
tree | 389e930cc710f4c644ea6c0b4984de78c5df5adf | |
parent | 0dca335b1138c755291d050eacd277bbe7635eb4 (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
-rw-r--r-- | branches/sca-java-1.x/modules/binding-gdata-runtime/src/test/java/org/apache/tuscany/sca/binding/gdata/GoogleBloggerServiceTestCase.java | 6 |
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 |