File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
booking-mvc/src/test/java/org/springframework/webflow/samples/booking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public void testStartBookingFlow() {
4141 startFlow (input , context );
4242
4343 assertCurrentStateEquals ("enterBookingDetails" );
44- assertResponseWrittenEquals ("enterBookingDetails" , context );
44+ assertResponseWrittenEquals ("/hotels/booking/ enterBookingDetails.html " , context );
4545 assertTrue (getRequiredFlowAttribute ("booking" ) instanceof Booking );
4646
4747 EasyMock .verify (bookingService );
@@ -56,7 +56,7 @@ public void testEnterBookingDetails_Proceed() {
5656 resumeFlow (context );
5757
5858 assertCurrentStateEquals ("reviewBooking" );
59- assertResponseWrittenEquals ("reviewBooking" , context );
59+ assertResponseWrittenEquals ("/hotels/booking/ reviewBooking.html " , context );
6060 }
6161
6262 public void testReviewBooking_Confirm () {
You can’t perform that action at this time.
0 commit comments