commit | 5b69a93871ed7d625da04d1285c75df5e4f39eb3 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon May 18 12:15:35 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon May 18 12:15:35 2015 +0530 |
tree | b6f85262fcd93a39e3e92b1f38dc3ca50178b321 | |
parent | 49765b300989b9ed8f8f03154e8acdc566e034be [diff] |
[test-fix] circular reference
diff --git a/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py b/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py index 092d34a..2e673c2 100644 --- a/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py +++ b/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py
@@ -6,6 +6,7 @@ import frappe, unittest test_records = frappe.get_test_records('Fiscal Year') +test_ignore = ["Company"] class TestFiscalYear(unittest.TestCase): def test_extra_year(self):
diff --git a/erpnext/setup/doctype/uom/test_uom.py b/erpnext/setup/doctype/uom/test_uom.py index 5bbbd41..330d303 100644 --- a/erpnext/setup/doctype/uom/test_uom.py +++ b/erpnext/setup/doctype/uom/test_uom.py
@@ -4,4 +4,4 @@ import frappe -test_records = frappe.get_test_records('Uom') \ No newline at end of file +test_records = frappe.get_test_records('UOM')