[Cppunit-devel] bug in version 1.9.10
Brought to you by:
blep
From: Volker B. <vbo...@te...> - 2002-10-29 10:50:22
|
Hi, I found a bug in cppunit/TextTestRunner.h (which seems to be a backward compatibility-header, thanks!). It is protected by the same header guard as the file that it includes, namely CPPUNIT_TEXTTESTRUNNER_H. solution: remove the header guard from cppunit/TextTestRunner.h and leave it in cppunit/ui/text/TextTestRunner.h . The new content of cppunit/TextTestRunner.h then is merely ------ #include <cppunit/ui/text/TextTestRunner.h> ------ Cheers, Volker |