merge test conflicts

This commit is contained in:
jesus-dayo 2016-08-11 09:53:49 +08:00
parent 2817953d0b
commit 19b65ea960
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
server.contextPath=/StudentDirectory
server.contextPath=/

View File

@ -17,6 +17,7 @@ app.controller('StudentCtrl', ['$scope','StudentService', function ($scope,Stude
paginationPageSizes: [5, 10, 20],
paginationPageSize: paginationOptions.pageSize,
enableColumnMenus:false,
useExternalPagination: true,
columnDefs: [
{ name: 'studentId' },
{ name: 'name' },

View File

@ -19,7 +19,7 @@ import static org.hamcrest.core.IsEqual.equalTo;
@IntegrationTest("server.port:8888")
public class StudentServiceTest {
private static final String ENDPOINT = "http://localhost:8888/StudentDirectory/student/get";
private static final String ENDPOINT = "http://localhost:8888/student/get";
@Test
public void givenRequestForStudents_whenPageIsOne_expectContainsNames() {