From 02d2e0137f706018baf3b0b1794afdc3cbf4cda9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 31 Oct 2007 13:54:25 -0400 Subject: Ongoing work on WUI pagination --- tests/multi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/multi.py b/tests/multi.py index 4c80618..ce3846c 100644 --- a/tests/multi.py +++ b/tests/multi.py @@ -2,7 +2,7 @@ import cobbler.api as capi api = capi.BootAPI() -SYSTEMS_COUNT = 5000 +SYSTEMS_COUNT = 146 distros = api.distros() profiles = api.profiles() -- cgit