Without this, it appears to use the system default charset, which leads to the test failing when the default is not UTF-8.
@@ -1,4 +1,4 @@
-<%@ page import="dsl.FrameworkBench.*,java.util.*,org.apache.commons.lang3.*" session="false" %>
+<%@ page import="dsl.FrameworkBench.*,java.util.*,org.apache.commons.lang3.*" session="false" pageEncoding="UTF-8" %>
<% List<Fortune> fortunes = (List)request.getAttribute("fortunes"); %>
<!DOCTYPE html>
<html>