diff --git a/XGenerate/src/test/resources/features/unit/config/model/Unit_Config_Model_ModelNamespace.feature b/XGenerate/src/test/resources/features/unit/config/model/Unit_Config_Model_ModelNamespace.feature index 15b1e98..9417f1d 100644 --- a/XGenerate/src/test/resources/features/unit/config/model/Unit_Config_Model_ModelNamespace.feature +++ b/XGenerate/src/test/resources/features/unit/config/model/Unit_Config_Model_ModelNamespace.feature @@ -25,8 +25,8 @@ Feature: Unit_Config_Model_ModelNamespace - - + + @@ -42,39 +42,12 @@ Feature: Unit_Config_Model_ModelNamespace And an output named "Unit_Config_Model_ModelNodeRemoval.txt" with content: """ - + """ Examples: - | Scenario | namespaceAware | modelXPath | expectedResult | + | Scenario | namespaceAware | modelXPath | expectedResult | | namespace aware, select without namespace | true | /entities/entity | A -> This is table A | - | namespace aware, select with namespace | true | /entities/xa:entity | B ->This is table B | - | namespace unaware, select with namespace | false | /entities/xa:entity | | - - Scenario Outline: Namespace unaware, select without namespace - Given the following config: - """ - - - - - - - - - - - - - - - - """ - When I run the generator - Then I expect 1 generation result - And an output named "Unit_Config_Model_ModelNodeRemoval.txt" with content: - """ - A -> This is table A - B -> This is table B - C -> This is table C - """ + | namespace aware, select with namespace | true | /entities/xa:entity | B -> This is table B | + | namespace unaware, select with namespace | false | /entities/xa:entity | B -> This is table B | + | namespace unaware, select without namespace | false | /entities/entity | A -> This is table A |