[ARVADOS] updated: ae63accf8df1fdc458603fdf0c259c4bf0f25231

git at public.curoverse.com git at public.curoverse.com
Mon Jun 22 11:39:49 EDT 2015


Summary of changes:
 sdk/python/tests/performance/test_a_sample.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ae63accf8df1fdc458603fdf0c259c4bf0f25231 (commit)
      from  372aaff2b572ce772fafc506e9c57d465eb823f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ae63accf8df1fdc458603fdf0c259c4bf0f25231
Author: radhika <radhika at curoverse.com>
Date:   Mon Jun 22 11:31:40 2015 -0400

    6218: fix typo in sample test

diff --git a/sdk/python/tests/performance/test_a_sample.py b/sdk/python/tests/performance/test_a_sample.py
index cc30ba6..aa35813 100644
--- a/sdk/python/tests/performance/test_a_sample.py
+++ b/sdk/python/tests/performance/test_a_sample.py
@@ -7,4 +7,4 @@ class PerformanceTestSample(PerformanceProfiler):
         print 'Hello'
 
     def test_performance(self):
-        self.run_profiler('self.func', 'test_sample')
+        self.run_profiler('self.func()', 'test_sample')

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list