|
2 | 2 | // SPDX-License-Identifier: MIT OR Apache-2.0
|
3 | 3 |
|
4 | 4 | static EXPECTED_LINES: &[&str] = &[
|
5 |
| - "datatest-stable::example test_artifact_utf8::a.txt", |
| 5 | + "datatest-stable::example test_artifact_utf8::dir/a.txt", |
6 | 6 | "datatest-stable::example test_artifact_utf8::b.txt",
|
7 | 7 | "datatest-stable::example test_artifact_utf8::c.skip.txt",
|
8 |
| - "datatest-stable::example test_artifact::a.txt", |
| 8 | + "datatest-stable::example test_artifact::dir/a.txt", |
9 | 9 | "datatest-stable::example test_artifact::b.txt",
|
10 |
| - "datatest-stable::example with_contents::test_artifact_bytes::a.txt", |
| 10 | + "datatest-stable::example with_contents::test_artifact_bytes::dir/a.txt", |
11 | 11 | "datatest-stable::example with_contents::test_artifact_bytes::b.txt",
|
12 | 12 | "datatest-stable::example with_contents::test_artifact_bytes::c.skip.txt",
|
13 |
| - "datatest-stable::example with_contents::test_artifact_string::a.txt", |
| 13 | + "datatest-stable::example with_contents::test_artifact_string::dir/a.txt", |
14 | 14 | "datatest-stable::example with_contents::test_artifact_string::b.txt",
|
15 | 15 | "datatest-stable::example with_contents::test_artifact_string::c.skip.txt",
|
16 |
| - "datatest-stable::example with_contents::test_artifact_utf8_bytes::a.txt", |
| 16 | + "datatest-stable::example with_contents::test_artifact_utf8_bytes::dir/a.txt", |
17 | 17 | "datatest-stable::example with_contents::test_artifact_utf8_bytes::b.txt",
|
18 | 18 | "datatest-stable::example with_contents::test_artifact_utf8_bytes::c.skip.txt",
|
19 |
| - "datatest-stable::example with_contents::test_artifact_utf8_string::a.txt", |
| 19 | + "datatest-stable::example with_contents::test_artifact_utf8_string::dir/a.txt", |
20 | 20 | "datatest-stable::example with_contents::test_artifact_utf8_string::b.txt",
|
21 | 21 | "datatest-stable::example with_contents::test_artifact_utf8_string::c.skip.txt",
|
22 | 22 | ];
|
@@ -60,29 +60,29 @@ mod unix {
|
60 | 60 | static EXPECTED_UNIX_LINES: &[&str] = &[
|
61 | 61 | "datatest-stable::example test_artifact_utf8::::colon::dir/::.txt",
|
62 | 62 | "datatest-stable::example test_artifact_utf8::::colon::dir/a.txt",
|
63 |
| - "datatest-stable::example test_artifact_utf8::a.txt", |
| 63 | + "datatest-stable::example test_artifact_utf8::dir/a.txt", |
64 | 64 | "datatest-stable::example test_artifact_utf8::b.txt",
|
65 | 65 | "datatest-stable::example test_artifact_utf8::c.skip.txt",
|
66 | 66 | "datatest-stable::example test_artifact::::colon::dir/::.txt",
|
67 | 67 | "datatest-stable::example test_artifact::::colon::dir/a.txt",
|
68 |
| - "datatest-stable::example test_artifact::a.txt", |
| 68 | + "datatest-stable::example test_artifact::dir/a.txt", |
69 | 69 | "datatest-stable::example test_artifact::b.txt",
|
70 | 70 | "datatest-stable::example with_contents::test_artifact_bytes::::colon::dir/::.txt",
|
71 | 71 | "datatest-stable::example with_contents::test_artifact_bytes::::colon::dir/a.txt",
|
72 |
| - "datatest-stable::example with_contents::test_artifact_bytes::a.txt", |
| 72 | + "datatest-stable::example with_contents::test_artifact_bytes::dir/a.txt", |
73 | 73 | "datatest-stable::example with_contents::test_artifact_bytes::b.txt",
|
74 | 74 | "datatest-stable::example with_contents::test_artifact_bytes::c.skip.txt",
|
75 |
| - "datatest-stable::example with_contents::test_artifact_string::a.txt", |
| 75 | + "datatest-stable::example with_contents::test_artifact_string::dir/a.txt", |
76 | 76 | "datatest-stable::example with_contents::test_artifact_string::b.txt",
|
77 | 77 | "datatest-stable::example with_contents::test_artifact_string::c.skip.txt",
|
78 | 78 | "datatest-stable::example with_contents::test_artifact_utf8_bytes::::colon::dir/::.txt",
|
79 | 79 | "datatest-stable::example with_contents::test_artifact_utf8_bytes::::colon::dir/a.txt",
|
80 |
| - "datatest-stable::example with_contents::test_artifact_utf8_bytes::a.txt", |
| 80 | + "datatest-stable::example with_contents::test_artifact_utf8_bytes::dir/a.txt", |
81 | 81 | "datatest-stable::example with_contents::test_artifact_utf8_bytes::b.txt",
|
82 | 82 | "datatest-stable::example with_contents::test_artifact_utf8_bytes::c.skip.txt",
|
83 | 83 | "datatest-stable::example with_contents::test_artifact_utf8_string::::colon::dir/::.txt",
|
84 | 84 | "datatest-stable::example with_contents::test_artifact_utf8_string::::colon::dir/a.txt",
|
85 |
| - "datatest-stable::example with_contents::test_artifact_utf8_string::a.txt", |
| 85 | + "datatest-stable::example with_contents::test_artifact_utf8_string::dir/a.txt", |
86 | 86 | "datatest-stable::example with_contents::test_artifact_utf8_string::b.txt",
|
87 | 87 | "datatest-stable::example with_contents::test_artifact_utf8_string::c.skip.txt",
|
88 | 88 | ];
|
|
0 commit comments