summaryrefslogtreecommitdiffstats
path: root/test/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-09Rename test->testfiles folder to avoid naming conflictAlex Valavanis3-822/+0
(bzr r14967.1.1)
2016-06-05Added object setAdrian Boguszewski2-0/+229
(bzr r14954.1.1)
2016-04-09Patch for ninja check in cmake buildsShlomi Fish1-1/+7
Fixed bugs: - https://launchpad.net/bugs/1554143 (bzr r14769)
2015-05-30Updating gtest version with newer attributes.Jon A. Cruz1-0/+9
(bzr r14188)
2015-05-06Converted unit test fr dir-util for Google Test.Jon A. Cruz1-0/+63
(bzr r14113)
2015-05-05Added color profile test and supporting fixture.Jon A. Cruz1-0/+126
Added conversion of color profile tests, and a test fixture that sets up a shared SPDocument for all tests in a single test case. (bzr r14110)
2015-05-03Added unit tests for attributes.Jon A. Cruz1-0/+618
Corresponds-to/replaces the CxxTest file src/attributes-test.h (bzr r14101)