added lots of unittests and while I was at it, fixed a couple of bugs in the

backend modules.
This commit is contained in:
git@daemon.de
2013-07-08 15:36:04 +02:00
parent e4cf9ff015
commit f40e4c97e7
9 changed files with 173 additions and 74 deletions

View File

@@ -10,7 +10,7 @@ package NOTEDB;
use Exporter ();
use vars qw(@ISA @EXPORT $crypt_supported);
$NOTEDB::VERSION = "1.38";
$NOTEDB::VERSION = "1.39";
BEGIN {
# make sure, it works, otherwise encryption
@@ -96,6 +96,7 @@ sub changed {
#
my $this = shift;
$this->{changed} = 1;
return 1;
}