Skip to content

Commit

Permalink
greyhound:// in StageFactoryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 17, 2019
1 parent 8f82711 commit 2980806
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/StageFactoryTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ TEST(StageFactoryTest, extensionTest)
EXPECT_EQ(StageFactory::inferReaderDriver("foo.las"), "readers.las");
EXPECT_EQ(StageFactory::inferReaderDriver("http://foo.laz"), "readers.las");

EXPECT_EQ(StageFactory::inferReaderDriver("greyhound://foo.bar.baz"),
"readers.greyhound");

EXPECT_EQ(StageFactory::inferReaderDriver("foo.ntf"), "readers.nitf");
EXPECT_EQ(StageFactory::inferWriterDriver("foo.ntf"), "writers.nitf");
}
Expand Down

0 comments on commit 2980806

Please sign in to comment.