Changeset 6806 for branches/refactor/TOOLS/arb_probe.cxx
- Timestamp:
- 08/09/10 11:41:12 (21 months ago)
- Files:
-
- 1 modified
-
branches/refactor/TOOLS/arb_probe.cxx (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/TOOLS/arb_probe.cxx
r6803 r6806 13 13 #include <client.h> 14 14 #include <servercntrl.h> 15 #include <arb_defs.h> 15 16 16 17 struct apd_sequence { … … 487 488 } 488 489 489 #define COUNT(array) sizeof(array)/sizeof(*array)490 491 490 void TEST_SLOW_match_probe() { 492 491 const char *arguments[] = { … … 498 497 "BcSSSS00\1" " BcSSSS00 0 0 0.0 2 0 .......UU-===============-UCAAGUCGA\1"; 499 498 500 test_arb_probe( COUNT(arguments), arguments, expected);499 test_arb_probe(ARRAY_ELEMS(arguments), arguments, expected); 501 500 } 502 501 … … 521 520 "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"; 522 521 523 test_arb_probe( COUNT(arguments), arguments, expected);522 test_arb_probe(ARRAY_ELEMS(arguments), arguments, expected); 524 523 } 525 524 … … 536 535 "ClfPerfr\1" " ClfPerfr 0 0 0.0 17 0 AGAGUUUGA-==================-UUUCCUUCG\1"; 537 536 538 test_arb_probe( COUNT(arguments), arguments, expected);537 test_arb_probe(ARRAY_ELEMS(arguments), arguments, expected); 539 538 } 540 539
