Skip to content

Commit

Permalink
Renamed test_data directory from IS1201 to MS05
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Oct 18, 2024
1 parent 44b2724 commit 958d962
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nmostesting/MS05Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def reset(self):
self.datatype_schemas = None
self.load_reference_resources()

# Overridden functions specialized for IS-12 and IS-14
# Overridden functions specialized in derived classes
def get_property(test, property_id, **kwargs):
pass

Expand Down Expand Up @@ -145,7 +145,7 @@ def load_reference_resources(self):
for path in self.apis[FEATURE_SETS_KEY]["repo_paths"]]
spec_paths.append(self.apis[MS05_API_KEY]["spec_path"])
# Root path for primitive datatypes
spec_paths.append("test_data/IS1201") # JRT this test_data should really be MS0501 test data
spec_paths.append("test_data/MS05")

datatype_paths = []
classes_paths = []
Expand Down

0 comments on commit 958d962

Please sign in to comment.