aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testmodifydocumentation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use QDir::currentPath() to avoid problems with armel-Meego target.Luciano Wolf2012-03-091-1/+1
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Use QCoreApplication instead of QApplication for TestModifyDocumentation.Hugo Parente Lima2012-03-091-2/+9
| | | | | | | | This change was made just to avoid a crash on our FREMANTLE/ARMEL buildbot, the test still the same. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Avoid crash reported on http://bugreports.qt.nokia.com/browse/QTBUG-16868Hugo Parente Lima2012-03-091-4/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Un-hardcode test resources pathsb-0.9.3Lauro Neto2012-03-091-1/+1
| | | | | | | | | | | | | | | Instead of hardcoding (through the __FILE__ macro) use the current application directory to find the resources. The previous scheme didn't allow running the tests when the source code isn't available. List of resources: - a.xml -> testmodifydocumentation - utf8code.txt -> testcodeinjection Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Test TestModifyDocumentation does not need X11 server connection to run.Hugo Lima2010-01-211-1/+6
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Unit test to catch the bug#38.Hugo Lima2009-09-241-0/+66