Bug 751

Summary: the flight can't be sorted by time.
Product: Group 05(2022) Reporter: yiweizhao4 <yiweizhao4-c>
Component: database sectionAssignee: yiweizhao4 <yiweizhao4-c>
Status: CONFIRMED ---    
Severity: trivial    
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Windows   

Description yiweizhao4 2022-11-30 19:53:46 HKT
Steps to Reproduce:
1. inFlightTest.java, run the test case testQueryByDeptPass2() 
2. we can see the order of result list.

Expected output:
The order should be sorted by time.

Actual output:
however, it is sorted by another order.
Comment 1 yiweizhao4 2022-11-30 19:54:18 HKT
Resolution:	Add the sort by time function in FlightDAO.java.