From 2de268570c09a22eb6324b9241487de4e9cec33d Mon Sep 17 00:00:00 2001 From: triton Date: Wed, 26 Feb 2014 18:44:04 +0000 Subject: [PATCH] Added missing test attribute to TestPropertyChains. --- tests/Basic/Basic.Tests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Basic/Basic.Tests.cs b/tests/Basic/Basic.Tests.cs index adab646d..ebe905bc 100644 --- a/tests/Basic/Basic.Tests.cs +++ b/tests/Basic/Basic.Tests.cs @@ -175,6 +175,7 @@ public class BasicTests : GeneratorTestFixture Assert.That(nestedPublic.g, Is.Not.EqualTo(0)); } + [Test] public void TestPropertyChains() { var bar2 = new Bar2();