Changeset 6813 for trunk/TOOLS/arb_probe.cxx
- Timestamp:
- 09/09/10 20:23:50 (21 months ago)
- Files:
-
- 1 modified
-
trunk/TOOLS/arb_probe.cxx (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/arb_probe.cxx
r6750 r6813 13 13 #include <client.h> 14 14 #include <servercntrl.h> 15 #include <arb_defs.h> 15 16 16 17 struct apd_sequence { … … 451 452 } 452 453 453 #define COUNT(array) sizeof(array)/sizeof(*array)454 455 454 void TEST_SLOW_match_probe() { 456 455 const char *arguments[] = { … … 462 461 "BcSSSS00\1" " BcSSSS00 0 0 0.0 2 0 .......UU-===============-UCAAGUCGA\1"; 463 462 464 test_arb_probe( COUNT(arguments), arguments, expected);463 test_arb_probe(ARRAY_ELEMS(arguments), arguments, expected); 465 464 } 466 465 … … 485 484 "AUCAAGUCGAGCGAUGAA 18 B- 1 16 4 44.4 52.0 UUCAUCGCUCGACUUGAU | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3,\n"; 486 485 487 test_arb_probe( COUNT(arguments), arguments, expected);486 test_arb_probe(ARRAY_ELEMS(arguments), arguments, expected); 488 487 } 489 488 … … 500 499 "ClfPerfr\1" " ClfPerfr 0 0 0.0 17 0 AGAGUUUGA-==================-UUUCCUUCG\1"; 501 500 502 test_arb_probe( COUNT(arguments), arguments, expected);501 test_arb_probe(ARRAY_ELEMS(arguments), arguments, expected); 503 502 } 504 503
