This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.osgi-mock-2.2.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git
commit a41901858d64343c1dcb562c9e7e40079d2e9a71 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Dec 9 22:06:08 2016 +0000 cosmetic: rename misspelled test classes git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/osgi-mock@1773478 13f79535-47bb-0310-9956-ffa450edef68 --- ...sgiR6Test.java => MockBundleContextDynamicReferencesOsgiR6Test.java} | 2 +- ...icReferncesTest.java => MockBundleContextDynamicReferencesTest.java} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferncesOsgiR6Test.java b/src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferencesOsgiR6Test.java similarity index 99% rename from src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferncesOsgiR6Test.java rename to src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferencesOsgiR6Test.java index b73bf5f..b7d022c 100644 --- a/src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferncesOsgiR6Test.java +++ b/src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferencesOsgiR6Test.java @@ -40,7 +40,7 @@ import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; @RunWith(MockitoJUnitRunner.class) -public class MockBundleContextDynamicReferncesOsgiR6Test { +public class MockBundleContextDynamicReferencesOsgiR6Test { private BundleContext bundleContext; private Service3OsgiR6 service; diff --git a/src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferncesTest.java b/src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferencesTest.java similarity index 99% rename from src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferncesTest.java rename to src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferencesTest.java index ca4dd45..028da91 100644 --- a/src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferncesTest.java +++ b/src/test/java/org/apache/sling/testing/mock/osgi/MockBundleContextDynamicReferencesTest.java @@ -39,7 +39,7 @@ import org.osgi.framework.ServiceRegistration; import com.google.common.collect.ImmutableSet; @RunWith(MockitoJUnitRunner.class) -public class MockBundleContextDynamicReferncesTest { +public class MockBundleContextDynamicReferencesTest { private BundleContext bundleContext; private Service3 service; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
