2005/5/9
-- ACDK API Docs Misc sources acdk_util_Date_Test_cpp
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <acdk.h> #include <acdk/lang/System.h> #include <acdk/util/Date.h> #include <acdk/util/SysDate.h> #include <acdk/util/GregorianCalendar.h> #include <acdk/util/TimeZone.h> #include <acdk/util/SimpleTimeZone.h> #include <acdk/tools/aunit/TestRunner.h>
#include <acdk.h>
#include <acdk/lang/System.h>
#include <acdk/util/Date.h>
#include <acdk/util/SysDate.h>
#include <acdk/util/GregorianCalendar.h>
#include <acdk/util/TimeZone.h>
#include <acdk/util/SimpleTimeZone.h>
#include <acdk/tools/aunit/TestRunner.h>
Value:
if (soll != -1) { \ int ist = gc.get(field); \ if (ist != soll) { \ System::out->println(RString(Field not ok: ) + #field + \ . SOLL=[ + soll + ]; IST=[ + ist + ]); \ } \ }