Skip to content

Commit

Permalink
LPS-58561 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 21, 2015
1 parent 38c2c09 commit f87e111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Expand Up @@ -113,7 +113,7 @@ public void testGetEncodedStringAfterCreateItem() {
}

@Test
public void testGetFileNameExtensionShouldReturnFileExtension() {
public void testGetFileNameExtension() {
String fieldName = RandomTestUtil.randomString();
String contentType = RandomTestUtil.randomString();
String fileName = RandomTestUtil.randomString() + ".txt";
Expand Down
Expand Up @@ -64,9 +64,7 @@ public static void tearDownClass() {
}

@Test
public void
testGetUploadPortletRequestFromInvalidRequestShouldThrowException() {

public void testGetUploadPortletRequestWithInvalidHttpServletRequest() {
try {
PortalUtil.getUploadPortletRequest(new MockPortletRequest());

Expand All @@ -82,8 +80,7 @@ public static void tearDownClass() {
}

@Test
public void
testGetUploadServletRequestShouldReturnUploadServletRequestImpl()
public void testGetUploadPortletRequestWithValidHttpServletRequest()
throws Exception {

Class<?> clazz = getClass();
Expand Down

0 comments on commit f87e111

Please sign in to comment.