Changeset 1569:df07d0c2830f
- Timestamp:
- 10/22/08 14:27:57
(3 months ago)
- Author:
- Dan Blankenberg <dan@bx.psu.edu>
- branch:
- default
- Message:
Fix for mapping unit test. Testing of metadata elements requires a valid datatype.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1403 |
r1569 |
|
| 17 | 17 | h2 = model.History( name=( "H" * 1024 ) ) |
|---|
| 18 | 18 | #q1 = model.Query( "h2->q1" ) |
|---|
| 19 | | d1 = model.HistoryDatasetAssociation( metadata=dict(chromCol=1,startCol=2,endCol=3 ), history=h2, create_dataset=True ) |
|---|
| | 19 | d1 = model.HistoryDatasetAssociation( extension="interval", metadata=dict(chromCol=1,startCol=2,endCol=3 ), history=h2, create_dataset=True ) |
|---|
| 20 | 20 | #h2.queries.append( q1 ) |
|---|
| 21 | 21 | #h2.queries.append( model.Query( "h2->q2" ) ) |
|---|