Converted TAB to SPACE

This commit is contained in:
Jonas Bonér 2010-06-30 16:20:20 +02:00
parent b269048fb2
commit 189671325d
19 changed files with 161 additions and 161 deletions

View file

@ -66,7 +66,7 @@ class ActiveObjectFactoryBeanTest extends Spec with ShouldMatchers {
}
it("should create an application context and inject a string dependency") {
var ctx = new ClassPathXmlApplicationContext("appContext.xml");
var ctx = new ClassPathXmlApplicationContext("appContext.xml");
val target:ResourceEditor = ctx.getBean("bean").asInstanceOf[ResourceEditor]
assert(target.getSource === "someString")
}