Ticket #2528514 (closed defect)
ReporterKapil Thangavelu |
Opened: 01/5/10 Last modified: 09/7/10 Status: closed Type: defect Resolution: fixed |
Owner Jenny Donnelly |
Target Release: 3.2.0 Priority: P4 (low) |
|---|---|---|---|
| Summary: | Data Source JSON Schema is hardcoded to IO Datasource | ||
| Description: | for unit testing we're constructing local datasources and utilizing them with our unit tests. unfortunately jsonschema needlessly hardcodes its functionality to an io datasource. Changing it to a |
||
| Type: | defect | Observed in Version: | 3.0.0 |
| Component: | DataSchema | Severity: | S3 (normal) |
| Assigned To: | Jenny Donnelly | Target Release: | 3.2.0 |
| Location: | Library Code | Priority: | P4 (low) |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | the problem can be see via source inspection of the datasource json schema plugin. |
||
Change History
|
Posted: 03/22/10
|
|
Posted: 03/23/10
FYI, this is the patch we are using locally:
|
|
Posted: 04/9/10
|
|
Posted: 06/30/10
|
|
Posted: 07/16/10
[fix #2528514] Rm hardcoded ds-io from ds-jsonschema. |
|
Posted: 07/20/10
[fix #2528514] Rm hardcoded ds-io from ds-jsonschema. |
|
Posted: 09/7/10
|
Sidnei da Silva
Will revisit why DS+schema plugins are tightly coupled to IO.