diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-06-13 17:17:42 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-06-13 17:17:42 +0000 |
| commit | 7f0766499db248afe9985a5700c22f9a8ce7ce6c (patch) | |
| tree | ba70577fe0ed4343b5127d1e8848cbe0ccebf4fe /src/cppunit/cppunit.dsp | |
| parent | abd178318ae3cdb6cc0a700e77414a33ef9297ca (diff) | |
| download | cppunit-7f0766499db248afe9985a5700c22f9a8ce7ce6c.tar.gz | |
Include/cppunit/NotEqualException.
include/cppunit/NotEqualException.h:
* src/cppunit/NotEqualException.cpp: removed.
* include/cppunit/Exception.h:
* src/cppunit/Exception.cpp: removed 'type' related stuffs.
* include/cppunit/TextTestResult.h:
* src/cppunit/TextTestResult.cpp: delegate printing to TextOutputter.
* examples/simple/ExampleTestCase.h:
* examples/simple/ExampleTestCase.cpp: reindented.
* src/qttestrunner/build:
* src/qttestrunner/qttestrunner.pro:
* src/qttestrunner/TestBrowserDlgImpl.h:
* src/qttestrunner/TestRunnerModel.h: applied Thomas Neidhart's patch,
'Some minor fixes to compile QTTestrunner under Linux.'.
Diffstat (limited to 'src/cppunit/cppunit.dsp')
| -rw-r--r-- | src/cppunit/cppunit.dsp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index c22fbca..abaa6ba 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -261,14 +261,6 @@ SOURCE=..\..\include\cppunit\Message.h # End Source File # Begin Source File -SOURCE=.\NotEqualException.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\NotEqualException.h -# End Source File -# Begin Source File - SOURCE=.\SourceLine.cpp # End Source File # Begin Source File |
