Skip to content

Commit 1b28713

Browse files
committed
Use Gherkin feature files from up-spec basics directory
1 parent 4d9dcf4 commit 1b28713

File tree

4 files changed

+2
-217
lines changed

4 files changed

+2
-217
lines changed

tests/features/uuri_pattern_matching.feature

Lines changed: 0 additions & 71 deletions
This file was deleted.

tests/features/uuri_protobuf_serialization.feature

Lines changed: 0 additions & 50 deletions
This file was deleted.

tests/features/uuri_uri_serialization.feature

Lines changed: 0 additions & 92 deletions
This file was deleted.

tests/tck_uuri.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ use up_rust::UUri;
1919

2020
mod common;
2121

22-
// TODO: Change back to official location when local changes are available from upstream up-spec
23-
// const FEATURES_GLOB_PATTERN: &str = "up-spec/basics/uuri_*.feature";
24-
const FEATURES_GLOB_PATTERN: &str = "tests/features/uuri_*.feature";
22+
const FEATURES_GLOB_PATTERN: &str = "up-spec/basics/uuri_*.feature";
2523

2624
#[derive(cucumber::World, Default, Debug)]
2725
struct UUriWorld {
@@ -146,7 +144,7 @@ async fn assert_uuri_does_not_match_pattern(w: &mut UUriWorld, pattern: String)
146144
// [utest->dsn~uri-scheme~1]
147145
// [utest->dsn~uri-host-only~2]
148146
// [utest->dsn~uri-authority-mapping~1]
149-
// [utest->dsn~uri-path-mapping~1]
147+
// [utest->dsn~uri-path-mapping~2]
150148
#[tokio::main]
151149
async fn main() -> Result<(), std::io::Error> {
152150
common::run::<UUriWorld>(FEATURES_GLOB_PATTERN, "uuri").await

0 commit comments

Comments
 (0)