A newline between methods

This commit is contained in:
Trustin Lee 2009-04-16 05:09:51 +00:00
parent f61412c828
commit 5a67c13279

View File

@ -85,6 +85,7 @@ public class CookieEncoderTest {
String encodedCookie = encoder.encode();
assertEquals(result, encodedCookie);
}
@Test
public void testEncodingSingleCookieV2() {
String result = "myCookie=myValue;Max-Age=50;Path=\"/apathsomewhere\";Domain=.adomainsomewhere;Secure;Comment=\"this is a Comment\";Version=1;CommentURL=\"http://aurl.com\";Port=\"80,8080\";Discard";