Changeset 870 for trunk/test/alignment_test.cc
- Timestamp:
- Sep 14, 2007, 9:14:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/alignment_test.cc
r869 r870 115 115 116 116 // testing ssearch 117 /* some strange lookup problem with ssearch118 119 117 if (utility::ssearch("Hello", "Hll", 0.0, 1.0)!=2){ 120 118 *error << "aligning 'Hello' and 'Hll' gives score " … … 125 123 if (utility::ssearch("Hello", "Peter said you can't say 'allo", 1, 1)!=3) 126 124 ok=false; 127 */ 125 128 126 if (ok) { 129 127 return 0;
Note: See TracChangeset
for help on using the changeset viewer.