From 10943b683e107694053221df6b36e5117eb38e13 Mon Sep 17 00:00:00 2001 From: cookedm Date: Mon, 17 Jul 2006 23:43:21 +0000 Subject: Replace ScipyTestCase with NumpyTestCase --- numpy/lib/tests/test_arraysetops.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/lib/tests/test_arraysetops.py') diff --git a/numpy/lib/tests/test_arraysetops.py b/numpy/lib/tests/test_arraysetops.py index 22f0a043c..706564410 100644 --- a/numpy/lib/tests/test_arraysetops.py +++ b/numpy/lib/tests/test_arraysetops.py @@ -10,7 +10,7 @@ restore_path() ################################################## -class test_aso( ScipyTestCase ): +class test_aso(NumpyTestCase): ## # 03.11.2005, c def check_unique1d( self ): @@ -142,4 +142,4 @@ class test_aso( ScipyTestCase ): assert_array_equal( c1, c2 ) if __name__ == "__main__": - ScipyTest().run() + NumpyTest().run() -- cgit v1.2.1