SPRNET-1338

Fixing broken build; delegate syntax in test incompatible with pre-.NET 2.0 :(
This commit is contained in:
sbohlen
2010-09-07 22:55:00 +00:00
parent 1133dbfc70
commit a372007797

View File

@@ -575,7 +575,7 @@ namespace Spring.Objects.Factory
}
}
#if NET_2_0
[TestFixture]
[Ignore]
public class SPRNET_1338
@@ -677,4 +677,5 @@ namespace Spring.Objects.Factory
}
}
#endif
}