Fixed ManagedDictionaryTests to work with framework 1.1

This commit is contained in:
lahma
2009-11-26 14:24:29 +00:00
parent 926fd15703
commit 5268e1e54d

View File

@@ -21,10 +21,11 @@
using System;
using System.Collections;
using NUnit.Framework;
#if NET_2_0
using System.Collections.Generic;
using Spring.Objects.Factory.Config;
#if NET_2_0
using System.Collections.Generic;
#endif
namespace Spring.Objects.Factory.Support