Browse Source

Added missing test attribute to TestPropertyChains.

pull/188/merge
triton 12 years ago
parent
commit
2de268570c
  1. 1
      tests/Basic/Basic.Tests.cs

1
tests/Basic/Basic.Tests.cs

@ -175,6 +175,7 @@ public class BasicTests : GeneratorTestFixture @@ -175,6 +175,7 @@ public class BasicTests : GeneratorTestFixture
Assert.That(nestedPublic.g, Is.Not.EqualTo(0));
}
[Test]
public void TestPropertyChains()
{
var bar2 = new Bar2();

Loading…
Cancel
Save