From 60ed1db6289dedfc21359eec2d7332d51a311543 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 20 Oct 2010 12:30:00 +0000 Subject: Fix typos git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025533 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/binding/atom/ProviderFeedEntityTagsTestCase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-java-1.x/branches/sca-java-1.6.1/modules/binding-atom-abdera/src/test/java') diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-atom-abdera/src/test/java/org/apache/tuscany/sca/binding/atom/ProviderFeedEntityTagsTestCase.java b/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-atom-abdera/src/test/java/org/apache/tuscany/sca/binding/atom/ProviderFeedEntityTagsTestCase.java index 42edeb8f0d..b6957d7e5e 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-atom-abdera/src/test/java/org/apache/tuscany/sca/binding/atom/ProviderFeedEntityTagsTestCase.java +++ b/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-atom-abdera/src/test/java/org/apache/tuscany/sca/binding/atom/ProviderFeedEntityTagsTestCase.java @@ -279,7 +279,7 @@ public class ProviderFeedEntityTagsTestCase { @Test public void testModifiedGetIfUnModified() throws Exception { - System.out.println(">>>ProviderFeedEntityTagsTestCase.testFeedUnmodifiedGetIfUnModified"); + System.out.println(">>>ProviderFeedEntityTagsTestCase.testFeedModifiedGetIfUnModified"); // Feed request with predicates RequestOptions opts = new RequestOptions(); final String contentType = "application/atom+xml"; @@ -298,7 +298,7 @@ public class ProviderFeedEntityTagsTestCase { @Test public void testModifiedGetIfModified() throws Exception { - System.out.println(">>>ProviderFeedEntityTagsTestCase.testFeedUnmodifiedGetIfModified"); + System.out.println(">>>ProviderFeedEntityTagsTestCase.testFeedModifiedGetIfModified"); // Feed request with predicates RequestOptions opts = new RequestOptions(); final String contentType = "application/atom+xml"; -- cgit v1.2.3