Fixing test case schemas
Fixes two issues with indexer test cases:
-
Currently the test cases are not consistent with schema naming. In the feature file. the schema version are defined to be x.1.0.6. However, the actual schema JSON definition define the versions to be x.1.0.4. Example. This updates the feature file to have the correct schema names.
-
Currently some test cases are point to schema files as if it has records inside of it. In the column "recordFile", it will point to a schema file. Example. This MR points to the correct record files.
Edited by Jason