Ignore:
Timestamp:
2001-05-24T17:06:48+12:00 (23 years ago)
Author:
sjboddie
Message:

Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. I
still can't get it to compile under VC++ 4.2 because of some weird
behaviour in STLport.

Also tidied up a little and removed some of the old log information
that was scattered about in some of the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/QueryTester.cpp

    r855 r2468  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
     
    9896  rcDocSet.push_back (19);  rcRankSet.push_back (1.4);
    9997
    100   if (result != resultCompare) {
     98  if (!(result == resultCompare)) {
    10199    cout << "Test failed!!!\n";
    102100    cout << resultCompare;
     
    157155  rcDocSet.push_back (19);
    158156
    159   if (result != resultCompare) {
     157  if (!(result == resultCompare)) {
    160158    cout << "Test failed!!!\n";
    161159    cout << resultCompare;
     
    232230 
    233231
    234   if (result != resultCompare) {
     232  if (!(result == resultCompare)) {
    235233    cout << "Test failed!!!\n";
    236234    cout << resultCompare;
     
    304302 
    305303
    306   if (result != resultCompare) {
     304  if (!(result == resultCompare)) {
    307305    cout << "Test failed!!!\n";
    308306    cout << resultCompare;
     
    368366 
    369367
    370   if (result != resultCompare) {
     368  if (!(result == resultCompare)) {
    371369    cout << "Test failed!!!\n";
    372370    cout << resultCompare;
     
    429427 
    430428
    431   if (result != resultCompare) {
     429  if (!(result == resultCompare)) {
    432430    cout << "Test failed!!!\n";
    433431    cout << resultCompare;
Note: See TracChangeset for help on using the changeset viewer.