aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testcodeinjection.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>
* Un-hardcode test resources pathsb-0.9.3Lauro Neto2012-03-091-1/+4
| | | | | | | | | | | | | | | 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>
* Created unittest to flag "since".Renato Filho2012-03-091-0/+40
|
* Assumes utf-8 encoding for conversion rules stored in external files.Hugo Lima2010-02-081-0/+3
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Code injection from external files are always read using UTF-8.Hugo Lima2010-02-081-0/+52
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>