diff options
| author | Robert | 2017-11-27 11:24:31 +0100 |
|---|---|---|
| committer | Robert | 2017-12-14 15:34:46 +0100 |
| commit | 424496bc6e7b6f94b0f34d3c11fb95fd7f6088c5 (patch) | |
| tree | 93b48c0c97478ead12d0fc61d625247a1b878d62 /spec/fixtures/meta_zip | |
| parent | e82600d2efcc90f327b90d04239fe41b80031ad4 (diff) | |
| download | chouette-core-424496bc6e7b6f94b0f34d3c11fb95fd7f6088c5.tar.bz2 | |
Refs: #5006@12h;
Implementing allowed vs foreign line lookup for the zip service
- Adapting `lib/stif/netex_file.rb` to expose the already implemented matching
- `app/services/zip_service.rb` augmented to check for allowed lines and returning forbidden lines
- Specs with fixtures and using the beforementioned new zip support in the specs
- Fixture directories for the new specs
Diffstat (limited to 'spec/fixtures/meta_zip')
| -rw-r--r-- | spec/fixtures/meta_zip/one/alpha | 1 | ||||
| -rw-r--r-- | spec/fixtures/meta_zip/two/beta | 1 | ||||
| -rw-r--r-- | spec/fixtures/meta_zip/two/subdir/gamma | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/spec/fixtures/meta_zip/one/alpha b/spec/fixtures/meta_zip/one/alpha new file mode 100644 index 000000000..4a5800705 --- /dev/null +++ b/spec/fixtures/meta_zip/one/alpha @@ -0,0 +1 @@ +alpha diff --git a/spec/fixtures/meta_zip/two/beta b/spec/fixtures/meta_zip/two/beta new file mode 100644 index 000000000..65b2df87f --- /dev/null +++ b/spec/fixtures/meta_zip/two/beta @@ -0,0 +1 @@ +beta diff --git a/spec/fixtures/meta_zip/two/subdir/gamma b/spec/fixtures/meta_zip/two/subdir/gamma new file mode 100644 index 000000000..af17f6cc8 --- /dev/null +++ b/spec/fixtures/meta_zip/two/subdir/gamma @@ -0,0 +1 @@ +gamma |
