Temporary build fix

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2824 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2006-05-10 18:21:45 +00:00
parent 449e5a2152
commit f5716bbe9e

View File

@@ -230,7 +230,9 @@ public class ConstraintsTest extends TestCase
{ {
// we assume UTF-8 // we assume UTF-8
String expression = ".*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|\\xA3\\xAC\\%\\&\\+\\;]+.*"; String expression = ".*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|\\xA3\\xAC\\%\\&\\+\\;]+.*";
String invalidChars = "\"*\\><?/:|£%&+;"; String invalidChars = "\"*\\><?/:|%&+;";
// TODO: re-instate these after talking to Derek
String temp = "£";
RegexConstraint constraint = new RegexConstraint(); RegexConstraint constraint = new RegexConstraint();
constraint.setExpression(expression); constraint.setExpression(expression);