changed _Test Fiscal Year to _Test Fiscal Year 2013

This commit is contained in:
Anand Doshi 2013-02-08 19:27:38 +05:30
parent 6fad5ab075
commit a11a21c6a9
4 changed files with 10 additions and 5 deletions

View File

@ -35,7 +35,12 @@ class DocType:
test_records = [ test_records = [
[{ [{
"doctype": "Fiscal Year", "doctype": "Fiscal Year",
"year": "_Test Fiscal Year", "year": "_Test Fiscal Year 2013",
"year_start_date": "2013-01-01" "year_start_date": "2013-01-01"
}],
[{
"doctype": "Fiscal Year",
"year": "_Test Fiscal Year 2014",
"year_start_date": "2014-01-01"
}] }]
] ]

View File

@ -23,7 +23,7 @@ class DocType:
test_records = [[{ test_records = [[{
"doctype":"Holiday Block List", "doctype":"Holiday Block List",
"holiday_block_list_name": "_Test Holiday Block List", "holiday_block_list_name": "_Test Holiday Block List",
"year": "_Test Fiscal Year", "year": "_Test Fiscal Year 2013",
"company": "_Test Company" "company": "_Test Company"
}, { }, {
"doctype": "Holiday Block List Date", "doctype": "Holiday Block List Date",

View File

@ -93,7 +93,7 @@ class DocType:
test_records = [[{ test_records = [[{
"doctype": "Holiday List", "doctype": "Holiday List",
"holiday_list_name": "_Test Holiday List", "holiday_list_name": "_Test Holiday List",
"fiscal_year": "_Test Fiscal Year" "fiscal_year": "_Test Fiscal Year 2013"
}, { }, {
"doctype": "Holiday", "doctype": "Holiday",
"parent": "_Test Holiday List", "parent": "_Test Holiday List",

View File

@ -39,7 +39,7 @@ test_records = [
[{ [{
"doctype": "Leave Allocation", "doctype": "Leave Allocation",
"leave_type": "_Test Leave Type", "leave_type": "_Test Leave Type",
"fiscal_year": "_Test Fiscal Year", "fiscal_year": "_Test Fiscal Year 2013",
"employee":"_T-Employee-0001", "employee":"_T-Employee-0001",
"new_leaves_allocated": 15, "new_leaves_allocated": 15,
"docstatus": 1 "docstatus": 1
@ -50,7 +50,7 @@ test_records = [
"from_date": "2013-05-01", "from_date": "2013-05-01",
"to_date": "2013-05-05", "to_date": "2013-05-05",
"posting_date": "2013-01-02", "posting_date": "2013-01-02",
"fiscal_year": "_Test Fiscal Year", "fiscal_year": "_Test Fiscal Year 2013",
"employee": "_T-Employee-0001", "employee": "_T-Employee-0001",
"company": "_Test Company" "company": "_Test Company"
}]] }]]