INT-1568 removed '$' prefix for headers. Now there is NO prefix.

This commit is contained in:
Mark Fisher
2010-10-28 11:34:26 -04:00
committed by Chris Beams
parent 5522af7a04
commit d9045e1904
14 changed files with 36 additions and 31 deletions

View File

@@ -19,6 +19,7 @@ package org.springframework.integration.ip.util;
import static org.junit.Assert.assertEquals;
import static org.springframework.integration.ip.util.RegexUtils.escapeRegExSpecials;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.integration.MessageHeaders;
@@ -41,6 +42,7 @@ public class RegexUtilsTests {
* And one of the ones we are actually using
*/
@Test
@Ignore // no longer relevant due to INT-1568
public void testSiPrefix () {
// protect the test in case we ever change the prefix
if ("$^[]{()}+*\\?|.".contains(MessageHeaders.PREFIX)) {