Paul Beckingham
06e15b6e25
Regex
...
- Removed regex support (controlled in main.h by #ifdef FEATURE_REGEX),
because it has proven buggy.
2011-01-25 23:54:44 -05:00
Cory Donnelly
4d95dcf1da
Bug c001
...
- Added unit test bug.c001.t to test for an unreported issue in 1.9.4
commit 2d50d1c
that involves the creation of a recurring task not
incrementing the displayed Task ID.
2011-01-23 17:47:52 -05:00
Cory Donnelly
03d8cf1114
Bug #656
...
- Unit test bug.656.t added (thanks Bryce Harrington)
2011-01-23 17:34:05 -05:00
Paul Beckingham
57c1983e07
Code Migration
...
- Migrated taskd JSON parser into task, to provide encode/decode
capability to Task::composeJSON.
- Migrated taskd utf8 code, replacing old unused code.
- Added unit tests or JSON.
- Migrated Tree updates from taskd.
2011-01-22 23:33:47 -05:00
Cory Donnelly
c5b61a3125
Bugs #628 , #634 , #635
...
- Unit tests added for a few issues.
2011-01-22 14:29:58 -05:00
Cory Donnelly
f820e7a8be
Bug #649
...
- Unit test bug.649.t added to demonstrate issue with 1.9.4 commit ae4e286
2011-01-21 15:15:32 -05:00
Federico Hernandez
200fbe3334
Fixed broken unit tests that use _version
...
- _verstion now outputs the short git sha1 id and not longer the
task version when building from the git repository.
2011-01-18 02:37:06 +01:00
Federico Hernandez
0cac03ad4a
Feature #638
...
- added worded dates "later" and "someday" to enable the hiding of
a task until doomsday.
2011-01-18 02:21:00 +01:00
Paul Beckingham
10a69c4d3d
Import
...
- Modified man page to acknowledge import from file or URL.
- Changed FEATURE_URL from #if to #ifdef, for consistency.
- Modified import.url.t to accomodate a new URL for the test.
2011-01-09 23:05:01 -05:00
Paul Beckingham
0c05069baf
Bug #624
...
- Enhanced unit tests in response to bug #624 (thanks to Steve Rader).
2011-01-08 11:12:39 -05:00
Federico Hernandez
e28d03df82
CMake
...
- build only target for the unit tests - to be used by the tinderbox
2011-01-07 23:04:04 +01:00
Paul Beckingham
2bee2f4aa5
Unit Tests
...
- Added new "is" method for double-precision floating point comparison,
with tolerance value.
2011-01-04 16:29:31 -05:00
Steve Rader
e2d11d8575
Bug #590
...
- Applied patch to fix bug #590 , which makes the yes/no/all/quit
confirmation prompts consistent (thanks to Steve Rader).
- Patch modified to work with autocomplete.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-01-03 23:11:38 -05:00
Federico Hernandez
2663f437fc
CMake
...
- foreach loop in test to compile the unit tests
2011-01-03 01:41:48 +01:00
Federico Hernandez
94224d0ac5
CMake
...
- finalized unit tests transition to CMake
- introduced 2 variables to collect inlcude dirs and libraries
2011-01-03 01:05:39 +01:00
Federico Hernandez
3a599b66f5
CMake
...
- added stub for the cmake file in test
- proof of concept to generate the test binaries by linking to libtask
2011-01-02 23:53:50 +01:00
Paul Beckingham
462caf5bd4
Copyright
...
- Updated copyright to 2011.
2010-12-31 22:03:05 -05:00
Paul Beckingham
552c594d3f
Documentation
...
- Updated the INSTALL file to discuss cmake, not autoconf.
- Removed the transient test/Makefile from git.
2010-12-29 16:48:54 -05:00
Federico Hernandez
fb24835ac5
First commit of cmake stubs - more to come
2010-12-29 00:31:20 +01:00
Federico Hernandez
dd10bf52e7
Unit tests:
...
- TZ related bug in date.t.cpp (test 78). 1234567890 is 2/14 in CET.
Changed epoch to 1234526400 which is 2/13/2009 12:00:00 UTC.
2010-12-28 22:33:18 +01:00
Federico Hernandez
5d775fdc3e
Cmake:
...
- adapted makefile and unit tests to new place of test dir
2010-12-28 21:38:03 +01:00
Federico Hernandez
17ef077e27
Moved src/tests to test (cmake preperations)
2010-12-28 21:17:23 +01:00