Skip to content
Snippets Groups Projects
Commit a2c48898 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix feed unit

parent b8dd0b03
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #28577 passed
......@@ -22,7 +22,7 @@ TEST_CASE("ftl::streams::Feed can obtain a frameset", "[]") {
auto* net = ftl::create<ftl::net::Universe>(cfg1);
auto* feed = ftl::create<ftl::stream::Feed>(cfg2, net);
feed->add("file.ftl");
feed->add("./file.ftl");
feed->add("file:///absolutefile.ftl");
//feed->add("file://relativefile.ftl"); // This is not allowed
feed->add("file:/./relativefile.ftl");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment