Enhancement - Record object

- Added Record::Record (const std::string&)
- Added basic unit test for Record, which currently throws.
This commit is contained in:
Paul Beckingham 2009-05-28 21:31:48 -04:00
parent 4fda101f28
commit 7c0aee4a5f
4 changed files with 86 additions and 3 deletions

View file

@ -1,5 +1,5 @@
PROJECT = t.t tdb.t date.t duration.t t.benchmark.t text.t autocomplete.t \
parse.t seq.t att.t mod.t stringtable.t # subst.t record.t
parse.t seq.t att.t mod.t stringtable.t record.t # subst.t
CFLAGS = -I. -I.. -Wall -pedantic -ggdb3 -fno-rtti
LFLAGS = -L/usr/local/lib
OBJECTS = ../TDB.o ../T.o ../parse.o ../text.o ../Date.o ../Duration.o \