Opened 12 years ago
Closed 12 years ago
#407 closed defect (fixed)
Cannot import Caliper result if a QCRunDate is given
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.7 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The Caliper importer only works if the QC Run Date
is left empty. Entering a valid date value results in an error message:
Value '20120505' is a 'class java.lang.String', not a 'Date'
The workaround is to register the results without a date and then manually find the CaliperPlateXXXX
and enter the actual date for the QCRunDate
annotation.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Seems like the import was broken by #380 and has been around since Reggie 2.5. It has not been discovered until now because the importer has not been used since end of april.