SPRNET-1297

-removal of errant temp test left over from prior troubleshooting session
This commit is contained in:
sbohlen
2010-07-26 15:39:18 +00:00
parent 5478adffb4
commit 7926a00776

View File

@@ -129,15 +129,5 @@ namespace Spring.Objects.Factory.Config
Assert.Throws<ArgumentException>(() => dvs.ResolveVariable("key-not-found"));
}
[Test]
public void Test()
{
Hashtable hashtable = new Hashtable();
hashtable.Add("KEY1", "value1");
Assert.False(hashtable.ContainsKey("key1"));
}
}
}