Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
didita91 committed May 16, 2015
1 parent 175a98a commit 7f8abad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Proyecto/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_add_us(self):
#----------------------------CONFIGURACION
class TestConfiguracion(TestCase):
def add_equipo(self, nombre='test',descripcion='test'):
u = User.objects.create(username='u1')
u = UsuarioRolProyecto.objects.create(username='u1')
scrum = RolUsuario(1)
product_owner = ProductOwner(1)
fecha = datetime.date(day=01,month=03,year=2015)
Expand All @@ -173,4 +173,4 @@ def test_add_equipo(self):
e = self.add_equipo(nombre='test')
self.assertTrue(isinstance(e,Equipo))
#self.assertEquals(e.__unicode__(),e.usuario)


0 comments on commit 7f8abad

Please sign in to comment.