- Timestamp:
- Mar 22, 2011, 5:45:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/dbnp/studycapturing/AssayServiceTests.groovy
r1594 r1659 133 133 134 134 row.eachWithIndex { cell, ci -> 135 135 // TODO: what happens when there are empty cells 136 136 readData[ri][ci] = (cell.cellType == Cell.CELL_TYPE_NUMERIC) ? cell.numericCellValue : cell.stringCellValue 137 137
Note: See TracChangeset
for help on using the changeset viewer.