summaryrefslogtreecommitdiffstats
path: root/test/uri_test.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-12-16Fix various warningsDavid Robillard1-2/+2
2017-02-27Enable assertions in testsDavid Robillard1-0/+2
Questionable at best, but works for now.
2012-08-17Update test suite to compile and pass again.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4718 a436a847-0d15-0410-975c-d299462d15a1
2012-08-14Remove glib dependency.David Robillard1-0/+61
Make Symbol, URI, and Path simpler derivatives of std::string. 100% test coverage by line for Symbol, URI, Path, AtomicInt, and AtomicPtr. Add Raul::Exception. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4686 a436a847-0d15-0410-975c-d299462d15a1