mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 12:50:21 -06:00
unskip lastmonth date search API test (#7755)
This commit is contained in:
@@ -39,9 +39,7 @@ Feature: date search
|
||||
| Mtime:yesterday | /yesterday.txt | | /today.txt | |
|
||||
| Mtime:"this week" | /today.txt | | /lastWeek.txt | /lastMonth.txt |
|
||||
| Mtime:"this month" | /today.txt | | /lastMonth.txt | |
|
||||
# Issue: https://github.com/owncloud/ocis/issues/7629
|
||||
# uncomment when issue is fixed
|
||||
# | Mtime:"last month" | /lastMonth.txt | | /today.txt | |
|
||||
| Mtime:"last month" | /lastMonth.txt | | /today.txt | |
|
||||
| Mtime:"this year" | /today.txt | | /lastYear.txt | |
|
||||
| Mtime:"last year" | /lastYear.txt | | /today.txt | |
|
||||
| Mtime>=$today | /today.txt | | /yesterday.txt | |
|
||||
|
||||
Reference in New Issue
Block a user