ocarina/tests
Anna Schumaker 81f3ef458f database: Each DatabaseEntry should know its id
This will let me set up a Track class that has pointers to the
corresponding artist, album and genre information without needing to
know their IDs directly.  Having this information available means I
won't need to keep a "join struct" when doing lookups - instead I can
return a pointer to a Track class that already knows everything.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:57:06 -04:00
..
audio tests: Update tests for recent deck change 2014-04-06 19:57:02 -04:00
deck tests: Update tests for recent deck change 2014-04-06 19:57:02 -04:00
gui gui: Change default page 2014-04-06 19:57:00 -04:00
library file: Strip leading whitespace when reading strings 2014-04-06 19:56:58 -04:00
playlist errors: Rename error codes 2014-04-06 19:56:57 -04:00
playqueue playqueue test fixes 2014-04-06 19:57:02 -04:00
src database: Each DatabaseEntry should know its id 2014-04-06 19:57:06 -04:00
_functions file: Update design and create a new unit test 2014-04-06 19:57:05 -04:00
database database: Design and test updates 2014-04-06 19:57:05 -04:00
db_entry database: Each DatabaseEntry should know its id 2014-04-06 19:57:06 -04:00
file Small file test cleanup 2014-04-06 19:57:05 -04:00
filter filter: Update design and rewrite the unit test 2014-04-06 19:57:06 -04:00
idle idle: Update design and unit test 2014-04-06 19:57:06 -04:00
index index: Update the index design 2014-04-06 19:57:05 -04:00
Sconscript idle: Update design and unit test 2014-04-06 19:57:06 -04:00
version tests: Change executable names 2014-04-06 19:57:05 -04:00