You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,11 @@ The `output` directory has GeoJSON output capturing:
9
9
- Shortcuts per interior road
10
10
- Existing modal filters
11
11
12
-
The "unit" test in `backend/src/tests.rs` verifies this output doesn't change. When it does, we can manually load the savefile in the old and new web UI, check any differences, and manually approve them.
12
+
The "unit" test in `backend/src/tests.rs` verifies this output doesn't change. When it does, we can manually check the diffs and commit the updated file to approve it. There are a few methods for manually diffing:
13
+
14
+
1. Load the test input file in the [current version of the tool](https://a-b-street.github.io/ltn) and locally.
15
+
2. Load the old and new test output files in [GeoDiffr](https://dabreegster.github.io/geodiffr).
16
+
3. Use a JSON diff tool like [meld](https://en.wikipedia.org/wiki/Meld_(software)). It's difficult to understand reordered features or slightly changed coordinates, though.
0 commit comments