summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-10-31 10:42:20 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-10-31 10:42:20 (GMT)
commit9405834549b6568b48ac4692c2e2a92def23ef26 (patch)
tree307f8f7272fc51987128068575850fe092c0835e /test
parent72c9d5571ebb17597139e715b91edb824ed0ae1f (diff)
downloadstroke-9405834549b6568b48ac4692c2e2a92def23ef26.zip
stroke-9405834549b6568b48ac4692c2e2a92def23ef26.tar.bz2
Fix utf-8 encoding on Remko's name throughout. Now compiles with Java 7
Diffstat (limited to 'test')
-rw-r--r--test/com/isode/stroke/compress/ZLibCompressorTest.java2
-rw-r--r--test/com/isode/stroke/compress/ZLibDecompressorTest.java2
-rw-r--r--test/com/isode/stroke/parser/XMLParserTest.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/com/isode/stroke/compress/ZLibCompressorTest.java b/test/com/isode/stroke/compress/ZLibCompressorTest.java
index 3f9593b..5767415 100644
--- a/test/com/isode/stroke/compress/ZLibCompressorTest.java
+++ b/test/com/isode/stroke/compress/ZLibCompressorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Remko Tronon
+ * Copyright (c) 2010 Remko Tronçon
* Licensed under the GNU General Public License v3.
* See Documentation/Licenses/GPLv3.txt for more information.
*/
diff --git a/test/com/isode/stroke/compress/ZLibDecompressorTest.java b/test/com/isode/stroke/compress/ZLibDecompressorTest.java
index 838a324..f4f5e06 100644
--- a/test/com/isode/stroke/compress/ZLibDecompressorTest.java
+++ b/test/com/isode/stroke/compress/ZLibDecompressorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Remko Tronon
+ * Copyright (c) 2010 Remko Tronçon
* Licensed under the GNU General Public License v3.
* See Documentation/Licenses/GPLv3.txt for more information.
*/
diff --git a/test/com/isode/stroke/parser/XMLParserTest.java b/test/com/isode/stroke/parser/XMLParserTest.java
index f874eea..69ed0e1 100644
--- a/test/com/isode/stroke/parser/XMLParserTest.java
+++ b/test/com/isode/stroke/parser/XMLParserTest.java
@@ -3,7 +3,7 @@
* All rights reserved.
*/
/*
- * Copyright (c) 2010, Remko Tronon.
+ * Copyright (c) 2010, Remko Tronçon.
* All rights reserved.
*/
package com.isode.stroke.parser;