[tests] Fixed Test Records
diff --git a/erpnext/hr/doctype/attendance/test_records.json b/erpnext/hr/doctype/attendance/test_records.json
index ccb77bf..41b40ff 100644
--- a/erpnext/hr/doctype/attendance/test_records.json
+++ b/erpnext/hr/doctype/attendance/test_records.json
@@ -1,6 +1,11 @@
[
{
"doctype": "Attendance",
- "name": "_Test Attendance 1"
+ "name": "_Test Attendance 1",
+ "employee": "_T-Employee-0001",
+ "status": "Present",
+ "att_date": "2014-02-01",
+ "fiscal_year": "_Test Fiscal Year 2014",
+ "company": "_Test Company"
}
]
diff --git a/erpnext/hr/doctype/salary_structure/test_records.json b/erpnext/hr/doctype/salary_structure/test_records.json
index 28d37c2..f33b65e 100644
--- a/erpnext/hr/doctype/salary_structure/test_records.json
+++ b/erpnext/hr/doctype/salary_structure/test_records.json
@@ -1,6 +1,8 @@
[
{
"doctype": "Salary Structure",
- "name": "_Test Salary Structure 1"
+ "name": "_Test Salary Structure 1",
+ "employee": "_T-Employee-0001",
+ "from_date": "2014-02-01"
}
]
diff --git a/erpnext/utilities/doctype/note/test_records.json b/erpnext/utilities/doctype/note/test_records.json
index 9dc992c..f3d7cff 100644
--- a/erpnext/utilities/doctype/note/test_records.json
+++ b/erpnext/utilities/doctype/note/test_records.json
@@ -1,6 +1,7 @@
[
{
"doctype": "Note",
- "name": "_Test Note 1"
+ "name": "_Test Note 1",
+ "title": "Test Note Title"
}
]