Skip to content

Commit

Permalink
Cookbook: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Mar 5, 2022
1 parent c868dce commit dd2dd11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
src/cookbook/output
nuget.exe
src/ScottPlot4/ScottPlot.Cookbook/CookbookOutput

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Expand Down
4 changes: 2 additions & 2 deletions src/ScottPlot4/ScottPlot.Tests/Cookbook/Generate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace ScottPlotTests.Cookbook
{
class Generate
{
string COOKBOOK_PROJECT_FOLDER => Path.GetFullPath("../../../../cookbook/ScottPlot.Cookbook");
string OUTPUT_FOLDER => Path.GetFullPath("../../../../cookbook/output");
string COOKBOOK_PROJECT_FOLDER => Path.GetFullPath("../../../../ScottPlot.Cookbook");
string OUTPUT_FOLDER => Path.GetFullPath("../../../../ScottPlot.Cookbook/CookbookOutput");
string JSON_FILE => Path.Join(OUTPUT_FOLDER, "recipes.json");

[Test]
Expand Down
2 changes: 1 addition & 1 deletion src/ScottPlot4/ScottPlot.Tests/Cookbook/Validate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace ScottPlotTests.Cookbook
{
class Validate
{
const string SourceFolder = "../../../../cookbook/ScottPlot.Cookbook";
const string SourceFolder = "../../../../ScottPlot.Cookbook";

[Test]
public void Test_CookbookRecipes_Exist()
Expand Down

0 comments on commit dd2dd11

Please sign in to comment.