Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/coldblooded01/eden
Browse files Browse the repository at this point in the history
  • Loading branch information
flavour committed Oct 8, 2012
2 parents 86b49d6 + d6b4bf0 commit 9b64fe1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
9c4c78f (2012-10-08 12:51:13)
86b49d6 (2012-10-08 13:05:00)
2 changes: 1 addition & 1 deletion modules/tests/hrm/add_staff_to_organisation.py
Expand Up @@ -58,7 +58,7 @@ def test_hrm005_add_staff_to_organization(self):

self.create("hrm_human_resource",
[( "site_id",
"AP Zone (Office)",
"Lori (Facility)",
"option"),
( "first_name",
"Herculano",
Expand Down
2 changes: 1 addition & 1 deletion modules/tests/hrm/create_staff.py
Expand Up @@ -67,7 +67,7 @@ def test_hrm001_create_staff(self):
"Warehouse Manager",
"option"),
( "site_id",
"AP Zone",
"AP Zone (Office)",
"option",
3),
]
Expand Down
2 changes: 1 addition & 1 deletion modules/tests/hrm/create_staff_training.py
Expand Up @@ -69,7 +69,7 @@ def test_hrm003_create_staff_training(self):
( "hours",
"12"),
( "site_id",
"Bucharest RFAAT Centre (Test) (Office)",
"AP Zone (Office)",
"option"),
( "comments",
"Testing comments"),
Expand Down
2 changes: 1 addition & 1 deletion modules/tests/hrm/create_volunteer.py
Expand Up @@ -64,7 +64,7 @@ def test_hrm002_create_volunteer(self):
"Security",
"option"),
( "site_id",
"AP Zone",
"AP Zone (Office)",
"option",
3),
]
Expand Down
4 changes: 2 additions & 2 deletions views/admin/result.html
@@ -1,5 +1,5 @@
{{extend "layout.html"}}
<h2>Sahana Eden Test Results Compilation:</h2>
>> <a href="result_automated">View Automated Test Results</a><br />
>> <a href="result_smoke">View Smoke Test Results</a>
>> <a href="result_roles">View Roles Test Results</a>
>> <a href="result_smoke">View Smoke Test Results</a><br />
>> <a href="result_roles">View Roles Test Results</a><br />

0 comments on commit 9b64fe1

Please sign in to comment.