diff options
| author | Andrés Maldonado <amaldonado@linagora.com> | 2019-02-13 16:38:12 +0100 |
|---|---|---|
| committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2019-03-05 00:42:33 +0100 |
| commit | 339b60ab77ce3f2037c9410eb14251c8132df08a (patch) | |
| tree | 704961d00dc985b98a15f9d771534d49a0335e14 /src/cppunit/TestCase.cpp | |
| parent | c37be301e883e6fda168e30093acfd0afcf63666 (diff) | |
| download | cppunit-339b60ab77ce3f2037c9410eb14251c8132df08a.tar.gz | |
Documentation updates
doc/other_documentation.dox:
* add instructions to build documentation
* replace a dead link with it's archived version on WaybackMachine
doc/Money.dox:
* replace `configure.in` with `configure.ac`
* update MoneyApp.cpp with the version at `examples/money/MoneyApp.cpp`
* remove all occurrences of `#include "stdafx.h"` (stdafx.h does not exist in this example)
* replace all occurrences of CppUnit:: with CPPUNIT_NS::
* Undo a fix in commit 652d51e653568fbf652a248c7b9e01e72e6ec50f
* This commit fixed the following error:
```
Money( double amount, std::string currency )
: m_amount( amount )
, m_currency( m_currency )
```
But this error was introduced on purpose, so that the user can see that an assertion failed
* fix some spelling errors
* other minor edits
examples/money/MoneyTest.h:
* Updated to match doc/Money.dox
Change-Id: I4e90b1a3afadab94f7112c36fcb0d1c467169269
Reviewed-on: https://gerrit.libreoffice.org/67787
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'src/cppunit/TestCase.cpp')
0 files changed, 0 insertions, 0 deletions
