[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Rearrange database tables to please weasel and other fo...
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv4812/lib/mixminion
Modified Files:
test.py
Log Message:
Rearrange database tables to please weasel and other folks who know how dbs are supposed to look
Index: test.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/test.py,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- test.py 13 Dec 2004 07:06:10 -0000 1.214
+++ test.py 17 Dec 2004 20:40:03 -0000 1.215
@@ -7864,7 +7864,7 @@
t += 3600
log.startup(now=t)
log.calculateUptimes(t-3600, t+100, now=t+100)
- log.calculateOneHopResults(t)
+ log.calculateOneHopResult(t)
log.calculateChainStatus(t)
@@ -7910,7 +7910,7 @@
tc = loader.loadTestsFromTestCase
if 0:
- suite.addTest(tc(ServerInfoTests))
+ suite.addTest(tc(PingerTests))
return suite
testClasses = [MiscTests,
MinionlibCryptoTests,