1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 03:09:13 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
eeec4bac56 - Fixed spaces in plstring docs
- Moved the CRT flag
- removed format tests as plString::format is deprecated.
2014-10-18 16:18:27 +02:00
bc3f64274c - CMakeLists.txt : Fix mess caused by rebase/merge
- pfPythonTest/CMakeLists.txt: changed python linking like Mystler suggested (at least I hope I understood it right)
- test_plString.cpp : added actual test, removed tab somewhere
2014-10-18 13:15:45 +02:00
098df8b41e Changed to use arrsize
Added extra test in ToUTF16
2014-10-18 13:15:44 +02:00
985c05d4af Uncomment some plString tests to see if they work.
They do work in gcc on Linux.
2014-10-18 13:15:42 +02:00
0f08019616 Some minor whitespace cleanup. 2014-10-18 13:15:41 +02:00
dd1de875c5 Remove hack not needed for VS2013. 2014-10-18 13:15:40 +02:00
518901f6df Fix pfPython tests on Windows.
target_link_library all the things :(
2014-10-18 13:15:39 +02:00
e2887eb075 make check working, 1 test app per library 2014-10-18 13:15:37 +02:00
d6cb56fd9c Move @cwalther's tests into new dir scheme. 2014-10-18 13:15:36 +02:00
7b60621171 Get CTest working and add pnEncryption tests.
This will allow you to run all the tests with `make test` or `ctest`.
2014-10-18 13:15:34 +02:00
19297f1944 Make building the tests optional.
Make gtest build with shared crt by defaul. It would be better to do this in one of our own CMakeLists instead of google's but I couldn't figure out how.
2014-10-18 13:15:33 +02:00
7bde88a635 Cleanup of unused code and fix of unit test to reflect that accented chars are counted as two. 2014-10-18 13:15:31 +02:00
ed0c021803 Added gtest.
Added Unittest.
Small fix documentation plString.
2014-10-18 13:15:29 +02:00
85b97435cc Making tests run on Linux and removing unicode on unsupported places 2014-10-18 13:15:27 +02:00