-
- Downloads
Extract APR and temp-fixture-file helper code to indra/test.
Specifically: Introduce ManageAPR class in indra/test/manageapr.h. This is useful for a simple test program without lots of static constructors. Extract NamedTempFile from llsdserialize_test.cpp to indra/test/ namedtempfile.h. Refactor to use APR file operations rather than platform- dependent APIs. Use NamedTempFile for llprocesslauncher_test.cpp.
Showing
- indra/llcommon/tests/llprocesslauncher_test.cpp 18 additions, 55 deletionsindra/llcommon/tests/llprocesslauncher_test.cpp
- indra/llcommon/tests/llsdserialize_test.cpp 8 additions, 253 deletionsindra/llcommon/tests/llsdserialize_test.cpp
- indra/test/manageapr.h 45 additions, 0 deletionsindra/test/manageapr.h
- indra/test/namedtempfile.h 113 additions, 0 deletionsindra/test/namedtempfile.h
Loading
Please register or sign in to comment