Changeset 2659 in Sophya for trunk/SophyaProg/Tests


Ignore:
Timestamp:
Apr 7, 2005, 11:40:36 AM (20 years ago)
Author:
ansari
Message:

Ajout programme test des PPF wrappers des vecteurs de STL (tstppfwrapstl.cc ) des classes SegmentedDataBlock (tstsegdb.cc) et modifications mineurs ds ttimestamp.cc - Reza 7 Avril 2005

Location:
trunk/SophyaProg/Tests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/ttimestamp.cc

    r2655 r2659  
    1212#include "histinit.h"
    1313#include "pexceptions.h"
     14
     15/*  Programme test de la classe TimeStamp             */
     16/*  SOPHYA - R. Ansari (LAL)  -   Mars 2005           */
    1417
    1518int main(int narg, char* arg[])
     
    3538  }
    3639  catch (PThrowable & exc) {
    37     cerr << " tsphereecp.cc: Catched Exception (PThrowable)" << (string)typeid(exc).name()
     40    cerr << " ttimestamp.cc: Catched Exception (PThrowable)" << (string)typeid(exc).name()
    3841         << " - Msg= " << exc.Msg() << endl;
    3942    rc = 99;
    4043  }
    4144  catch (std::exception & e) {
    42     cerr << " tsphereecp.cc: Catched std::xception " 
     45    cerr << " ttimestamp.cc: Catched std::xception " 
    4346         << " - what()= " << e.what() << endl;
    4447    rc = 98;
    4548  }
    4649  catch (...) {
    47     cerr << " ssphereecp.cc: some other exception (...) was caught ! " << endl;
     50    cerr << " ttimestamp.cc: some other exception (...) was caught ! " << endl;
    4851    rc = 97;
    4952  }
    50   PrtTim("End tsphereecp " );
    51   cout << " ---- Programme tsphereecp.cc -  FIN  (Rc=" << rc << ") --- " << endl;
     53  PrtTim("End ttimestamp " );
     54  cout << " ---- Programme ttimestamp.cc-  FIN  (Rc=" << rc << ") --- " << endl;
    5255  return rc;
    5356}
Note: See TracChangeset for help on using the changeset viewer.