As Dan noticed, there sure is something funny about AbstractDependencyInjectionSpringContextTests.
@Test won't run a function unless it matches the junit3 pattern, and @Ignore won't ignore a test, but @Ignore will ignore an entire class. Should we develop an aversion to this?
