Skip to content

Commit

Permalink
Apagando fuego en travis
Browse files Browse the repository at this point in the history
  • Loading branch information
agubelu committed Apr 24, 2017
1 parent f7087ec commit 08e6b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Metronus-Project/metronus_app/test/testProjectMetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ def createTaskInProjDept(project, department):
response = c.get("/project/ajaxTimePerDpmt?project_id={0}&start_date=2016-01-01&end_date=2017-01-01" .format( project.id))
self.assertEquals(response.status_code, 200)
checkJsonMetricsAreEqual(self, str(response.content, encoding='utf8'), true_data)
<<<<<<< HEAD

def test_access_denied_not_logged_profit(self):
"""
Expand Down Expand Up @@ -553,5 +552,4 @@ def test_bad_request_profit(self):

response = c.get("/project/ajaxProfit")
self.assertEquals(response.status_code, 404)
=======
>>>>>>> 09bc6f951af2d77b2d8651f7c1aa05a2905798d1

1 change: 0 additions & 1 deletion Metronus-Project/populate_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from metronus_app.model.goalEvolution import GoalEvolution
from metronus_app.model.projectDepartmentEmployeeRole import ProjectDepartmentEmployeeRole
from django.db import transaction
from populate_database2 import randomLoad
@transaction.atomic
def basicLoad():
"""
Expand Down

0 comments on commit 08e6b51

Please sign in to comment.