浏览代码

Delete unused ldap namespace test context file

Luke Taylor 17 年之前
父节点
当前提交
ca8dff7abb
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      core/src/test/resources/org/springframework/security/config/ldap-embedded-default.xml

+ 0 - 13
core/src/test/resources/org/springframework/security/config/ldap-embedded-default.xml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<b:beans xmlns="http://www.springframework.org/schema/security"
-    xmlns:b="http://www.springframework.org/schema/beans"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd">
-
-
-    <ldap-server ldif="classpath*:test-server2.xldif" root="dc=monkeymachine,dc=co,dc=uk" />
-
-
-</b:beans>