From 2b2cff92b0e9a3077dc4c9c7d3972698fd7c4699 Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Mon, 2 Apr 2012 10:24:29 +0200
Subject: [PATCH] OO-204: fix an upper case typo in unit test

---
 .../org/olat/modules/webFeed/FeedManagerTestWithMocking.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/olat/modules/webFeed/FeedManagerTestWithMocking.java b/src/test/java/org/olat/modules/webFeed/FeedManagerTestWithMocking.java
index b0df07a10a1..45fdedf9e03 100644
--- a/src/test/java/org/olat/modules/webFeed/FeedManagerTestWithMocking.java
+++ b/src/test/java/org/olat/modules/webFeed/FeedManagerTestWithMocking.java
@@ -66,7 +66,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
 		"classpath*:org/olat/modules/webFeed/_spring/webFeedContext.xml",
 		"classpath*:org/olat/modules/webFeed/_spring/webFeedTestContextMock.xml",
 		"classpath*:org/olat/test/_spring/coordinatorAndDatabaseContextMock.xml",
-		"classpath*:org/olat/test/_spring/utilCoreContextMock.xml",
+		"classpath*:org/olat/test/_spring/utilCorecontextMock.xml",
 		"classpath*:org/olat/fileresource/_spring/fileresourceContext.xml",
 		"classpath*:org/olat/resource/_spring/resourceContext.xml",
 		"classpath*:org/olat/test/_spring/webapphelperMock.xml",
-- 
GitLab