[fix] test case
This commit is contained in:
parent
3c54e9779b
commit
1a1f790150
@ -1,32 +1,38 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"doctype": "Fiscal Year",
|
"doctype": "Fiscal Year",
|
||||||
"year": "_Test Fiscal Year 2012",
|
"year": "_Test Fiscal Year 2012",
|
||||||
"year_end_date": "2012-12-31",
|
"year_end_date": "2012-12-31",
|
||||||
"year_start_date": "2012-01-01"
|
"year_start_date": "2012-01-01"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "Fiscal Year",
|
"doctype": "Fiscal Year",
|
||||||
"year": "_Test Fiscal Year 2013",
|
"year": "_Test Fiscal Year 2013",
|
||||||
"year_end_date": "2013-12-31",
|
"year_end_date": "2013-12-31",
|
||||||
"year_start_date": "2013-01-01"
|
"year_start_date": "2013-01-01"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "Fiscal Year",
|
"doctype": "Fiscal Year",
|
||||||
"year": "_Test Fiscal Year 2014",
|
"year": "_Test Fiscal Year 2014",
|
||||||
"year_end_date": "2014-12-31",
|
"year_end_date": "2014-12-31",
|
||||||
"year_start_date": "2014-01-01"
|
"year_start_date": "2014-01-01"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "Fiscal Year",
|
"doctype": "Fiscal Year",
|
||||||
"year": "_Test Fiscal Year 2015",
|
"year": "_Test Fiscal Year 2015",
|
||||||
"year_end_date": "2015-12-31",
|
"year_end_date": "2015-12-31",
|
||||||
"year_start_date": "2015-01-01"
|
"year_start_date": "2015-01-01"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "Fiscal Year",
|
"doctype": "Fiscal Year",
|
||||||
"year": "_Test Fiscal Year 2016",
|
"year": "_Test Fiscal Year 2016",
|
||||||
"year_end_date": "2016-12-31",
|
"year_end_date": "2016-12-31",
|
||||||
"year_start_date": "2016-01-01"
|
"year_start_date": "2016-01-01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"doctype": "Fiscal Year",
|
||||||
|
"year": "_Test Fiscal Year 2017",
|
||||||
|
"year_end_date": "2017-12-31",
|
||||||
|
"year_start_date": "2017-01-01"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user