1
0
forked from 0ad/0ad
0ad/source/simulation2/tests
janwas dcd192cb60 refactor path interface:
- use wrapper class instead of std::wstring (reduces mixing of
strings/paths; allows safe+easy join via operator/ and convenient
case-insensitive comparison via operator==, avoids NativePathFromString,
similar to boost::filesystem)
- NativePath -> OsPath
- add hash and To/FromJSVal for Path
- add TS_ASSERT_PATH_EQUALS
- replace _wfopen_s with sys_OpenFile
- remove obsolete SortFiles/Directories

This was SVN commit r9107.
2011-03-23 13:36:20 +00:00
..
test_CmpTemplateManager.h refactor path interface: 2011-03-23 13:36:20 +00:00
test_ComponentManager.h refactor path interface: 2011-03-23 13:36:20 +00:00
test_ParamNode.h Fix tokenisation to ignore multiple spaces 2010-07-03 15:21:50 +00:00
test_Serializer.h refactor path interface: 2011-03-23 13:36:20 +00:00
test_Simulation2.h refactor path interface: 2011-03-23 13:36:20 +00:00