Skip to content
Snippets Groups Projects
Commit 0e526e52 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#697 - explicitly test for utf8 characters

parent 5cc923e5
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ class DatabaseExportTest
// templates
Template template1 = new Template();
template1.setTemplateName("MyTemplate");
template1.setTemplateName("MyTemplate with utf8 üüü");
template1.setAmount(1500);
template1.setIsExpenditure(false);
template1.setAccount(account1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment