summaryrefslogtreecommitdiffstats
path: root/tests/general
diff options
context:
space:
mode:
authorKei YAMAZAKI <daydream.yamazaki@gmail.com>2013-12-29 01:45:38 +0900
committerKei YAMAZAKI <daydream.yamazaki@gmail.com>2014-01-21 22:34:30 +0900
commit604d39305bd2ecba16183ce2a659f8f1a499197a (patch)
treed5a13521650b38dbe8a7a98a3a1b3a4ea67ed5e1 /tests/general
parent777a29aa8a52800437c5c16988562e431ad4334f (diff)
downloadpython-jenkins-job-builder-604d39305bd2ecba16183ce2a659f8f1a499197a.tar.gz
python-jenkins-job-builder-604d39305bd2ecba16183ce2a659f8f1a499197a.tar.xz
python-jenkins-job-builder-604d39305bd2ecba16183ce2a659f8f1a499197a.zip
Fix multibyte character problem
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
Diffstat (limited to 'tests/general')
-rw-r--r--tests/general/fixtures/assigned-node001.xml2
-rw-r--r--tests/general/fixtures/assigned-node002.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/general/fixtures/assigned-node001.xml b/tests/general/fixtures/assigned-node001.xml
index 37a87ba9..ebbf8c7c 100644
--- a/tests/general/fixtures/assigned-node001.xml
+++ b/tests/general/fixtures/assigned-node001.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
<keepDependencies>false</keepDependencies>
diff --git a/tests/general/fixtures/assigned-node002.xml b/tests/general/fixtures/assigned-node002.xml
index 01aff283..1505db51 100644
--- a/tests/general/fixtures/assigned-node002.xml
+++ b/tests/general/fixtures/assigned-node002.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
<keepDependencies>false</keepDependencies>