From 56d6d77486db5d68df6b68344619b79bfef2e7a6 Mon Sep 17 00:00:00 2001
From: vforchi <vforchi@eso.org>
Date: Wed, 15 Mar 2017 17:30:53 +0100
Subject: [PATCH] removed non ASCII character

---
 test/adql/db/TestFunctionDef.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/adql/db/TestFunctionDef.java b/test/adql/db/TestFunctionDef.java
index ee87a7d..97ea89d 100644
--- a/test/adql/db/TestFunctionDef.java
+++ b/test/adql/db/TestFunctionDef.java
@@ -273,7 +273,7 @@ public class TestFunctionDef {
 		// TEST :: With a function having the same name, but a different return type: [EQUAL}
 		assertEquals(0, def1.compareTo(new FunctionDef("fct1", new DBType(DBDatatype.INTEGER))));
 
-		// TEST :: With a function having the same name, but 2 parameters: [LESS (4 characters: ΓΈ against 1010)]
+		// TEST :: With a function having the same name, but 2 parameters: [LESS (4 characters: 0 against 1010)]
 		assertEquals(-6, def1.compareTo(new FunctionDef("fct1", new DBType(DBDatatype.INTEGER), new FunctionParam[]{new FunctionParam("foo", new DBType(DBDatatype.INTEGER)),new FunctionParam("foo", new DBType(DBDatatype.INTEGER))})));
 
 		// DEFINITION 1 :: fct1(foo1 CHAR(12), foo2 DOUBLE) -> VARCHAR
-- 
GitLab