Added a few unittests + bugfix in Yearmaster0.0.0-prefactoring
commit966c35916eea8e3be0e1eefda4716624af09e996
authorAndreas Waidler <arandes@programmers.at>
Mon, 18 May 2009 08:59:55 +0000 (18 08:59 +0000)
committerAndreas Waidler <arandes@programmers.at>
Wed, 27 May 2009 12:30:42 +0000 (27 14:30 +0200)
tree218d30fe3d89ad5bf325db7736d0f312361ee5f3
parent2ed7e6e0afc3b1a877fe8dea2dcb30b82409bded
Added a few unittests + bugfix in Year

- Unit tests
  - TestTime
  - TestYear
- Fixed bug in Year.
- Updated .gitignore
13 files changed:
.gitignore
configure.ac
include/libdatetime/Time.hxx
src/Time.cxx
src/Year.cxx
tests/Makefile.am
tests/Time/Makefile.am [new file with mode: 0644]
tests/Time/TestTime.cxx [new file with mode: 0644]
tests/Time/TestTime.hxx [new file with mode: 0644]
tests/Year/Makefile.am [new file with mode: 0644]
tests/Year/TestYear.cxx [new file with mode: 0644]
tests/Year/TestYear.hxx [copied from src/Time.cxx with 52% similarity]
tests/testRegistry.cxx