From 9cea513214db2d9bc550cc374d8d499b273cc808 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 13 Mar 2007 23:59:13 +0000 Subject: [PATCH] Sacar algunas cosas de testdata que molestan al probar el Tester. --- doc/testdata.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/testdata.py b/doc/testdata.py index 594d351..6a57648 100644 --- a/doc/testdata.py +++ b/doc/testdata.py @@ -69,16 +69,16 @@ entrega2 = g1.add_entrega(ide, inicio=datetime.now(), d.add_entrega(ide, observaciones='Prueba de docente', archivos=archivo_zip) # Comandos ejecutados / pruebas -cpe = entrega.add_comando_ejecutado(cf, exito=True, - fin=datetime(2007, 2, 25, 10, 13, 34), - inicio=datetime(2007, 2, 25, 10, 12, 34)) -p = entrega.add_prueba(cp1) -p.add_comando_ejecutado(cp) +#cpe = entrega.add_comando_ejecutado(cf, exito=True, +# fin=datetime(2007, 2, 25, 10, 13, 34), +# inicio=datetime(2007, 2, 25, 10, 12, 34)) +#p = entrega.add_prueba(cp1) +#p.add_comando_ejecutado(cp) # Correcciones -di.add_correccion(entrega, asignado=datetime(2007, 1, 19), nota=7.5, - corregido=datetime.now(), observaciones=u'Le faltó un punto') -di.add_correccion(entrega2) +#di.add_correccion(entrega, asignado=datetime(2007, 1, 19), nota=7.5, +# corregido=datetime.now(), observaciones=u'Le faltó un punto') +#di.add_correccion(entrega2) __connection__.hub.commit() -- 2.43.0