commit | bb4258bbf40475b2281141942ef6a9e123416d30 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Thu Sep 04 15:22:21 2014 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Thu Sep 04 15:22:21 2014 +0000 |
tree | 46f954c103eaec8688a706f1105547abaabe481f | |
parent | 5b3cb23d99fdb082f87b091402c0de6b13110728 [diff] |
[FELIX-4635] Fix unit test git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1622497 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/src/test/java/org/apache/felix/fileinstall/internal/ConfigInstallerTest.java b/fileinstall/src/test/java/org/apache/felix/fileinstall/internal/ConfigInstallerTest.java index 0f70fe5..7ba2ea6 100644 --- a/fileinstall/src/test/java/org/apache/felix/fileinstall/internal/ConfigInstallerTest.java +++ b/fileinstall/src/test/java/org/apache/felix/fileinstall/internal/ConfigInstallerTest.java
@@ -142,7 +142,6 @@ { EasyMock.expect(mockBundleContext.getProperty(DirectoryWatcher.LOG_DEFAULT)).andReturn(null); EasyMock.expect(mockBundleContext.getProperty(DirectoryWatcher.LOG_LEVEL)).andReturn(null); - EasyMock.expect(mockConfiguration.getBundleLocation()).andReturn(null); EasyMock.expect(mockConfiguration.getProperties()).andReturn(new Hashtable<String, Object>()); EasyMock.reportMatcher(new IArgumentMatcher() {