You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/02/04 20:34:51 UTC

[tinkerpop] branch master updated: Removed ignores from .NET tests

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new ab1268d  Removed ignores from .NET tests
     new ce8a5e4  Merge branch 'tp33'
ab1268d is described below

commit ab1268dec49b324500b1f54427f818d3d5ec06bd
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Feb 4 15:28:13 2019 -0500

    Removed ignores from .NET tests
    
    These might have been added by mistake CTR
---
 .../Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs  | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs
index 8e80d48..2d30268 100644
--- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs
+++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs
@@ -41,19 +41,8 @@ namespace Gremlin.Net.IntegrationTest.Gherkin
             new Dictionary<string, IgnoreReason>
             {
                 // Add here the name of scenarios to ignore and the reason, e.g.
-                { "g_V_localXoutE_foldX_unfold", IgnoreReason.NoReason },
                 { "g_VX1X_outEXcreatedX_inV_inE_outV_path", IgnoreReason.NoReason },
                 { "g_V_peerPressure_byXclusterX_byXoutEXknowsXX_pageRankX1X_byXrankX_byXoutEXknowsXX_timesX2X_group_byXclusterX_byXrank_sumX_limitX100X", IgnoreReason.NoReason },
-                { "g_VX1X_outEXknowsX_asXhereX_hasXweight_1X_inV_hasXname_joshX_selectXhereX", IgnoreReason.NoReason },
-                { "g_VX1X_outEXknowsX_asXhereX_hasXweight_1X_asXfakeX_inV_hasXname_joshX_selectXhereX", IgnoreReason.NoReason },
-                { "g_VX1X_outEXknowsX_hasXweight_1X_asXhereX_inV_hasXname_joshX_selectXhereX", IgnoreReason.NoReason },
-                { "g_VX1X_outE_asXhereX_inV_hasXname_vadasX_selectXhereX", IgnoreReason.NoReason },
-                { "g_VX1_2_3_4X_name", IgnoreReason.NoReason },
-                { "g_VX2X_inE", IgnoreReason.NoReason },
-                { "g_VX4X_bothE", IgnoreReason.NoReason },
-                { "g_VX4X_bothEXcreatedX", IgnoreReason.NoReason },
-                { "g_VX2X_outE", IgnoreReason.NoReason },
-                { "g_VX1X_outE", IgnoreReason.NoReason },
                 { "g_V_group_byXoutE_countX_byXnameX", IgnoreReason.NoReason },
                 { "g_VX1X_repeatXgroupCountXmX_byXloopsX_outX_timesX3X_capXmX", IgnoreReason.NoReason },
                 { "g_V_outXcreatedX_groupXmX_byXlabelX_pageRankX1X_byXpageRankX_byXinEX_timesX1X_inXcreatedX_groupXmX_byXpageRankX_capXmX", IgnoreReason.NoReason }