Changeset 16251
- Timestamp:
- 17/07/08 16:05:18 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bio/core/test/resources/flymine_acceptance_test.conf
r16243 r16251 127 127 } 128 128 129 results-report{130 sql: select * from datasource131 max-results: 1000129 no-results { 130 sql: select sourcename, count(*) from (select distinct primaryidentifier, secondaryidentifier, sourcename from transcript, tracker where objectid = transcript.id and primaryidentifier is null order by sourcename) as x group by sourcename; 131 note: affy-probes transcript should merge with flybase dmel ones. See #1571 132 132 } 133 134 no-results { 135 sql: select distinct primaryidentifier, secondaryidentifier, sourcename from transcript, tracker where objectid = transcript.id and primaryidentifier is null and sourcename = 'affy-probes' order by sourcename; 136 note: affy-probes transcript should merge with flybase dmel ones. See #1571 137 } 138 139 140 141
