Skip to content

Commit

Permalink
stdize ids
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfoley committed Nov 11, 2010
1 parent 8a122f5 commit 46272a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/StorEvil/Parsing/StoryParser.cs
Expand Up @@ -192,7 +192,7 @@ private void AddScenarioOutline()
var examples =
_currentScenario.RowData.Skip(1).Select(x => x.Take(count).ToArray()).ToArray();

var scenarioOutline = new ScenarioOutline(_storyId + "- outline -" + _scenarios.Count,
var scenarioOutline = new ScenarioOutline(_storyId + "-" + _scenarios.Count,
GetCurrentScenarioName(),
innerScenario,
fieldNames,
Expand Down

0 comments on commit 46272a3

Please sign in to comment.