Ignore:
Timestamp:
Sep 14, 2007, 9:14:34 PM (16 years ago)
Author:
Peter
Message:

After re-installing yat, the issue vanished, so here is the test for ssearch. Take note about this in case you get problem with alignment_test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/alignment_test.cc

    r869 r870  
    115115
    116116  // testing ssearch
    117 /* some strange lookup problem with ssearch
    118  
    119117  if (utility::ssearch("Hello", "Hll", 0.0, 1.0)!=2){
    120118    *error << "aligning 'Hello' and 'Hll' gives score "
     
    125123  if (utility::ssearch("Hello", "Peter said you can't say 'allo", 1, 1)!=3)
    126124    ok=false;
    127 */
     125
    128126  if (ok) {
    129127    return 0;
Note: See TracChangeset for help on using the changeset viewer.