29 Jan
2014
29 Jan
'14
2:25 p.m.
Hi devs,
I want to write a test suite for uri.h/uri.cpp; I had a look to see if there are existing tests for the code and I admit I find myself a little confused. There's a directory called cxxtest which contains tests and then there are *-test.h files in the actual codebase.
My feeling is to use extract-uri-test.h, copy it for a new uri-test.h file. But this might be wrong.
New URI functionality includes: dealing with data uri, getting full path name (previous work) and further intergration between it and io/uristream.cpp to feed that lovely data in transparently when needed. Should conclude with the ability to quickly move any href from attribute to workable data.
Martin,