blob: 7a9564b54e7dbc0c6bd618226d3a5e6dc55eccaf [file] [log] [blame]
package org.apache.lenya.cms.publication;
import org.junit.Ignore;
import org.junit.Test;
public class URLInformationTest {
@Ignore("First draft for mock the spring session") @Test
public void testSpringSessionSetUp() throws Exception{
/**
* see this thread : http://forum.springsource.org/archive/index.php/t-50722.html
* and specially the post of pbdavey ; May 28th, 2008, 03:10 PM
*
* This issue is reported here : https://jira.springframework.org/browse/SPR-4588
*
*/
}
}