Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit b577c6b

Browse files
committed
Update MappingFieldsFromStoredProcedureTests.cs
1 parent a2e651e commit b577c6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ServiceStack.OrmLite.Tests/Issues/MappingFieldsFromStoredProcedureTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ public class DomainUserDto
3737
public string Details { get; set; }
3838
}
3939

40-
[NUnit.Framework.Ignore("Requires existing tables / SP at https://gist.github.com/mythz/6f336094f8dd07c22d91")]
4140
[TestFixtureOrmLite]
4241
public class MappingFieldsFromStoredProcedureTests : OrmLiteProvidersTestBase
4342
{
4443
public MappingFieldsFromStoredProcedureTests(DialectContext context) : base(context) {}
4544

46-
[Test]
45+
[NUnit.Framework.Ignore("Requires existing tables / SP at https://gist.github.com/mythz/6f336094f8dd07c22d91"), Test]
4746
public void Can_select_from_Custom_stored_procedure()
4847
{
4948
using (var db = OpenDbConnection())

0 commit comments

Comments
 (0)