[psutil] r1266 committed - typo

0 views
Skip to first unread message

psu...@googlecode.com

unread,
Mar 5, 2012, 7:24:58 PM3/5/12
to psutil-...@googlegroups.com
Revision: 1266
Author: g.rodola
Date: Mon Mar 5 16:20:53 2012
Log: typo
http://code.google.com/p/psutil/source/detail?r=1266

Modified:
/trunk/test/_osx.py

=======================================
--- /trunk/test/_osx.py Mon Mar 5 16:20:01 2012
+++ /trunk/test/_osx.py Mon Mar 5 16:20:53 2012
@@ -49,7 +49,7 @@
def test_total_virtmem(self):
tot1 = psutil.virtmem_usage().total
tot2 = os.path.getsize("/var/vm/swapfile0")
- assertEqual(tot1, tot2)
+ self.assertEqual(tot1, tot2)

def test_process_create_time(self):
cmdline = "ps -o lstart -p %s" %self.pid

Reply all
Reply to author
Forward
0 new messages