Ignore:
Timestamp:
Jun 29, 2009, 5:43:54 PM (15 years ago)
Author:
buchmann
Message:

Remove an unused regression test.
Update some other tests.
Add a TODO section into README file.
Disable some debugging compiler options for common users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/15042009/system3.cpp

    r21 r34  
    5757  sig_test = test1.test_be;
    5858
    59   ret = (sig_test == test2.test_be);
     59  ret = (sig_test.read() == test2.test_be); /* OK */
     60  //ret = (sig_test == test2.test_be); /* should be OK but it is not */
    6061  if (!ret)
    6162    return 1;
Note: See TracChangeset for help on using the changeset viewer.