Skip to content

Commit

Permalink
configuredpath instead of datapath
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 29, 2019
1 parent 672a9cf commit 519c923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/data/pipeline/shell.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"type":"filters.shell",
"command":"gdalinfo -json @CMAKE_SOURCE_DIR@/test/data/gdal/int16.tif"
},
"@CMAKE_BINARY_DIR@/test/temp/junk.las"
"@CMAKE_SOURCE_DIR@/test/temp/junk.las"
]
}
2 changes: 1 addition & 1 deletion test/unit/filters/ShellFilterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TEST(ShellFilterTest, test_shell_filter)
{
PipelineManager mgr;

mgr.readPipeline(Support::datapath("pipeline/shell.json"));
mgr.readPipeline(Support::configuredpath("pipeline/shell.json"));

mgr.execute();
ConstPointTableRef table(mgr.pointTable());
Expand Down

0 comments on commit 519c923

Please sign in to comment.