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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ dependencies {
77
77
78
78
## Tests
79
79
80
-
Besides some unit tests, we run the parser on ~160'000 and compare with previous output to detect any changes in behaviour. If you are running these on windows, you may need to add
80
+
Besides unit tests, we run the parser on ~160'000 opening hours values from the
81
+
OSM database and compare with previous output to detect any changes in behaviour. If you are running these on windows, you may need to add
81
82
``org.gradle.jvmargs=-Dfile.encoding=UTF-8``
82
83
to your gradle.properties to force correct use of the UTF-8 encoded test input.
0 commit comments