Skip to content

Commit

Permalink
Fixng test on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
lajones committed Dec 3, 2015
1 parent 7e7a205 commit c698808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static TheoryData NamespaceAndPathOptions
else
{
data.Add("Root.Namespace", "/project/Path", null, "Root.Namespace", "/project/Path", string.Empty);
data.Add("Root.Namespace", "/project/Path", string.Empty, "Root.Namespace", "project/Path", string.Empty);
data.Add("Root.Namespace", "/project/Path", string.Empty, "Root.Namespace", "/project/Path", string.Empty);
data.Add("Root.Namespace", "/project/Path", "/Absolute/Output/Path", "Root.Namespace", "/Absolute/Output/Path", null);
data.Add("Root.Namespace", "/project/Path", "../../Path/Outside/Project", "Root.Namespace", "/Path/Outside/Project", null);
data.Add("Root.Namespace", "/project/Path", "Path/Inside/Project", "Root.Namespace.Path.Inside.Project", "/project/Path/Path/Inside/Project", "Path/Inside/Project");
Expand Down

0 comments on commit c698808

Please sign in to comment.