From b4862ff7f985756e10fed9cd137a3ce7e5b3cde4 Mon Sep 17 00:00:00 2001 From: markpollack Date: Sun, 12 Oct 2008 14:32:38 +0000 Subject: [PATCH] fix build 4 .NET 1.0 --- .../PersistenceExceptionTranslationInterceptorTests.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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