diff --git a/test/Spring/Spring.Aop.Tests/Aop/Support/AttributeMatchMethodPointcutTests.cs b/test/Spring/Spring.Aop.Tests/Aop/Support/AttributeMatchMethodPointcutTests.cs index a42f5594..4dae8f6c 100644 --- a/test/Spring/Spring.Aop.Tests/Aop/Support/AttributeMatchMethodPointcutTests.cs +++ b/test/Spring/Spring.Aop.Tests/Aop/Support/AttributeMatchMethodPointcutTests.cs @@ -178,7 +178,7 @@ namespace Spring.Aop.Support Assert.IsTrue(matches, "Implementing method from subclass was not decorated with the target attribute " + "but the method from an indirectly implemented interface was, so this must match."); } - +#if !NET_1_0 && !NET_1_1 /// /// Confirms that methods, explicitly implemented in the derived classes will match /// @@ -198,7 +198,7 @@ namespace Spring.Aop.Support } } - +#endif #region Helper classes definitions [AttributeUsage(AttributeTargets.Method)]