Skip to content

Commit c261c9f

Browse files
author
Bruno Farache
committed
rename sync-web test class liferay#2
1 parent 71b82a0 commit c261c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/com/liferay/mobile/sdk/test/plugin/PluginServiceTest.java renamed to test/src/com/liferay/mobile/sdk/test/plugin/SyncWebServiceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
/**
3030
* @author Bruno Farache
3131
*/
32-
public class PluginServiceTest extends BaseTest {
32+
public class SyncWebServiceTest extends BaseTest {
3333

34-
public PluginServiceTest() throws IOException {
34+
public SyncWebServiceTest() throws IOException {
3535
super();
3636
}
3737

0 commit comments

Comments
 (0)