diff --git a/test/Spring/Spring.Data.Tests/Dao/Attributes/PersistenceExceptionTranslationInterceptorTests.cs b/test/Spring/Spring.Data.Tests/Dao/Attributes/PersistenceExceptionTranslationInterceptorTests.cs index 3a1a94f6..13d70eb9 100644 --- a/test/Spring/Spring.Data.Tests/Dao/Attributes/PersistenceExceptionTranslationInterceptorTests.cs +++ b/test/Spring/Spring.Data.Tests/Dao/Attributes/PersistenceExceptionTranslationInterceptorTests.cs @@ -17,7 +17,7 @@ */ #endregion - +#if !NET_1_0 #region Imports using NUnit.Framework; @@ -53,4 +53,5 @@ namespace Spring.Dao.Attributes } } } -} \ No newline at end of file +} +#endif \ No newline at end of file