Changeset 16251

Show
Ignore:
Timestamp:
17/07/08 16:05:18 (1 month ago)
Author:
julie
Message:

added transcript acceptance tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bio/core/test/resources/flymine_acceptance_test.conf

    r16243 r16251  
    127127} 
    128128 
    129 results-report
    130   sql: select * from datasource 
    131   max-results: 1000 
     129no-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 
    132132} 
     133 
     134no-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