[fix] Test case fixed

This commit is contained in:
Nabin Hait
2015-11-16 15:35:09 +05:30
parent 58c4646199
commit b6de519571
7 changed files with 45 additions and 10 deletions

1
test_sites/apps.txt Normal file
View File

@@ -0,0 +1 @@
erpnext

1
test_sites/languages.txt Normal file
View File

@@ -0,0 +1 @@
en english

View File

@@ -0,0 +1,12 @@
{
"db_name": "test_frappe",
"db_password": "test_frappe",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"run_selenium_tests": 1,
"host_name": "http://localhost:8000",
"install_apps": ["erpnext"]
}