diff --git a/src/test/java/uk/org/iay/incommon/mda/dom/saml/shib/ScopeValidationStageLitmusTest.java b/src/test/java/uk/org/iay/incommon/mda/dom/saml/shib/ScopeValidationStageLitmusTest.java index 87add89..19de0dc 100644 --- a/src/test/java/uk/org/iay/incommon/mda/dom/saml/shib/ScopeValidationStageLitmusTest.java +++ b/src/test/java/uk/org/iay/incommon/mda/dom/saml/shib/ScopeValidationStageLitmusTest.java @@ -140,6 +140,8 @@ public void litmusTests() throws Exception { bad("random.nonsense", "scope is not under a public suffix"); good("example.ac.uk"); bad("adm.aau.dk@aau.dk"); // incommon/inc-meta#58 + bad("example .org", "white space"); + bad("\nexample.org", "white space"); badRegexp("", "empty"); badRegexp(" ");