diff --git a/test/adql/db/TestFunctionDef.java b/test/adql/db/TestFunctionDef.java
index 2a31114ae013034b8f6278242b39016c9e044077..6445887f8d9c06adbff989a48de9c5eb80dd310e 100644
--- a/test/adql/db/TestFunctionDef.java
+++ b/test/adql/db/TestFunctionDef.java
@@ -282,7 +282,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: 0 against 1010)]
+		// TEST :: With a function having the same name, but 2 parameters: [LESS (6 characters: ΓΈ against 100100)]
 		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