Ticket #393 (closed task: fixed)
Opened 2011-03-23T13:40:48-05:00
Last modified 2011-03-30T14:37:16-05:00
Make core plugins work on actual data
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Most of the core plugins deal with transforming Image data. They take Datasets as input. Since the @Parameter Dataset code is not in place the input Dataset to these plugins is always null. Therefore these plugins hatch their own test data (searching for "junkImage" should find them) and do not actually manipulate an existing Dataset.
Get the @Parameter Dataset code working. Remove test scaffolding. Test the plugins are correct using the ProbeTool.
(this ticket may have a cousin somewhere. I thought I entered this before but can no longer find it.)
Some infrastructure will be needed for this