forgot to format
This commit is contained in:
parent
8ee06b93a6
commit
32557f8f87
@ -50,7 +50,9 @@ public class SharedApiService {
|
|||||||
EntrepreneurService entrepreneurService,
|
EntrepreneurService entrepreneurService,
|
||||||
SectionCellService sectionCellService,
|
SectionCellService sectionCellService,
|
||||||
AppointmentService appointmentService,
|
AppointmentService appointmentService,
|
||||||
UtilsService utilsService, EntrepreneurApi entrepreneurApi, AdminApi adminApi) {
|
UtilsService utilsService,
|
||||||
|
EntrepreneurApi entrepreneurApi,
|
||||||
|
AdminApi adminApi) {
|
||||||
this.projectService = projectService;
|
this.projectService = projectService;
|
||||||
this.entrepreneurService = entrepreneurService;
|
this.entrepreneurService = entrepreneurService;
|
||||||
this.sectionCellService = sectionCellService;
|
this.sectionCellService = sectionCellService;
|
||||||
@ -298,9 +300,9 @@ public class SharedApiService {
|
|||||||
/*
|
/*
|
||||||
* On initial insertion, the resport value is null unless that report does already exist in the db somewhere
|
* On initial insertion, the resport value is null unless that report does already exist in the db somewhere
|
||||||
* If a non null value is passed and it does not exist in db it will throw an exception
|
* If a non null value is passed and it does not exist in db it will throw an exception
|
||||||
*/
|
*/
|
||||||
if (newAppointment.getAppointmentReport() != null) {
|
if (newAppointment.getAppointmentReport() != null) {
|
||||||
newAppointment.getAppointmentReport().setAppointmentReport(newAppointment);
|
newAppointment.getAppointmentReport().setAppointmentReport(newAppointment);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -217,8 +217,6 @@ public class SharedApiServiceTest {
|
|||||||
* |_|\___||___/\__|____/ \___|\___|\__|_|\___/|_| |_|\____\___|_|_|
|
* |_|\___||___/\__|____/ \___|\___|\__|_|\___/|_| |_|\____\___|_|_|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Tests retrieving section cells for a specific project and section ID before a given date
|
* Tests retrieving section cells for a specific project and section ID before a given date
|
||||||
* when the user is authorized but no matching cells exist.
|
* when the user is authorized but no matching cells exist.
|
||||||
@ -309,7 +307,6 @@ public class SharedApiServiceTest {
|
|||||||
assertEquals(HttpStatus.UNAUTHORIZED, exception.getStatusCode());
|
assertEquals(HttpStatus.UNAUTHORIZED, exception.getStatusCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _____ _ ____ _ ____ _ _ ____
|
* _____ _ ____ _ ____ _ _ ____
|
||||||
* |_ _|__ ___| |_ / ___| ___| |_| _ \ _ __ ___ (_) ___ ___| |_| __ ) _ _
|
* |_ _|__ ___| |_ / ___| ___| |_| _ \ _ __ ___ (_) ___ ___| |_| __ ) _ _
|
||||||
@ -360,7 +357,6 @@ public class SharedApiServiceTest {
|
|||||||
assertEquals(HttpStatus.UNAUTHORIZED, exception.getStatusCode());
|
assertEquals(HttpStatus.UNAUTHORIZED, exception.getStatusCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _____ _ ____ _ _ _ _ ____
|
* _____ _ ____ _ _ _ _ ____
|
||||||
* |_ _|__ ___| |_ / ___| ___| |_ / \ __| |_ __ ___ (_)_ __ | __ ) _ _
|
* |_ _|__ ___| |_ / ___| ___| |_ / \ __| |_ __ ___ (_)_ __ | __ ) _ _
|
||||||
@ -487,7 +483,7 @@ public class SharedApiServiceTest {
|
|||||||
"Related Section Content Integrated",
|
"Related Section Content Integrated",
|
||||||
LocalDateTime.now()));
|
LocalDateTime.now()));
|
||||||
|
|
||||||
Report newReport = null;// getTestReport(reportContent); // Uses no-arg constructor
|
Report newReport = null; // getTestReport(reportContent); // Uses no-arg constructor
|
||||||
|
|
||||||
Appointment newAppointment =
|
Appointment newAppointment =
|
||||||
getTestAppointment(
|
getTestAppointment(
|
||||||
@ -710,7 +706,6 @@ public class SharedApiServiceTest {
|
|||||||
assertEquals(HttpStatus.UNAUTHORIZED, exception.getStatusCode());
|
assertEquals(HttpStatus.UNAUTHORIZED, exception.getStatusCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// --- Test Methods (Use static data from @BeforeAll where possible) ---
|
// --- Test Methods (Use static data from @BeforeAll where possible) ---
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user