/* * PDFedit - free program for PDF document manipulation. * Copyright (C) 2006, 2007 PDFedit team: Michal Hocko, * Miroslav Jahoda, * Jozef Misutka, * Martin Petricek * * Project is hosted on http://sourceforge.net/projects/pdfedit */ // vim:tabstop=4:shiftwidth=4:noexpandtab:textwidth=80 /* * $RCSfile: testcobject.h,v $ * * $Log: testcobject.h,v $ * Revision 1.4 2007/02/04 20:17:03 mstsxfx * Common Licence comment for all cc and h files available in doc/licence_header * file and its content to all cc and h files in src/{gui,kernel,utils} * directories. * Xpdf code, QSA and QOutputDevice code are not touched * * Revision 1.3 2006/04/20 15:00:58 misuj1am * * -- cobject tests splitted to testcobjectsimple and testcobjectcomplex * * Revision 1.2 2006/04/20 13:22:22 misuj1am * * --ADD: cppunittests, improved other tests * * Revision 1.1 2006/04/01 00:39:50 misuj1am * * * -- tests * * Revision 1.21 2006/03/31 21:14:40 hockm0bm * * file format changed (tabulators - same style) * * CVS header * * main changed to contain only test functions * - all code from main moved to cobjects_test function * - added cpdf_tests function for CPdf testing * * */ /** * Cobject test function. */ //void cobject_tests(int argc, char ** argv, const char*);