[fixes] overlapping allocation

This commit is contained in:
Saurabh 2015-11-18 15:04:20 +05:30
parent 3bcf82c7a6
commit a4bf02de6c

View File

@ -5,6 +5,8 @@ from frappe.utils import getdate
class TestLeaveAllocation(unittest.TestCase): class TestLeaveAllocation(unittest.TestCase):
def test_overlapping_allocation(self): def test_overlapping_allocation(self):
frappe.db.sql("delete from `tabLeave Allocation`")
employee = frappe.get_doc("Employee", frappe.db.sql_list("select name from tabEmployee limit 1")[0]) employee = frappe.get_doc("Employee", frappe.db.sql_list("select name from tabEmployee limit 1")[0])
leaves = [ leaves = [
{ {