summaryrefslogtreecommitdiff
path: root/src/test.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-06Expand on the default 'failed to open connection to display' errorPeter Hutterer1-2/+9
2012-08-16Add Red Hat copyright noticesPeter Hutterer1-0/+1
2012-07-12test: add SetDisplayString()Peter Hutterer1-1/+11
2012-07-03Rename headers to use dashes onlyPeter Hutterer1-1/+1
2012-05-25XCloseDisplay(3) cannot handle NULLPeter Hutterer1-1/+2
2012-05-24Update source files to use new headersPeter Hutterer1-1/+1
2012-03-01Relicense under the X.org preferred licenseChase Douglas1-13/+19
2011-12-14Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...Thomas Voß1-0/+2
2011-12-12Added: Additional doxygen documentation and adjusted build setup to include d...Thomas Voß1-1/+4
2011-12-09Throw runtime_error if Test::SetUp fails to open connection to serverChase Douglas1-1/+4
2011-12-09Added doxygen documentation for public interface classes.Thomas Voß1-1/+1
2011-12-08Use std::auto_ptr for Test pimpl tooChase Douglas1-4/+0
2011-12-07Add xorg::testing::Test base test fixtureChase Douglas1-0/+50