Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-17 | Any proper RAII class must either handle copying or be noncopyable. | Nat Goodspeed | |
NamedTempFile makes no attempt to deal with copying, therefore make it noncopyable. | |||
2012-01-17 | Make NamedTempFile::peep() a public member for debugging unit tests. | Nat Goodspeed | |
2012-01-13 | Extract APR and temp-fixture-file helper code to indra/test. | Nat Goodspeed | |
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. |