From b670ac0a2036a077137756e0caa0a567ccf23d7b Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Mon, 7 Apr 2008 17:27:09 +0000 Subject: [PATCH] Update to new version of Schemeunit. svn: r9178 --- collects/tests/mzscheme/match/examples.ss | 2 +- collects/tests/mzscheme/match/match-tests.ss | 2 +- collects/tests/mzscheme/match/other-plt-tests.ss | 2 +- collects/tests/mzscheme/match/other-tests.ss | 2 +- collects/tests/mzscheme/match/plt-match-tests.ss | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/collects/tests/mzscheme/match/examples.ss b/collects/tests/mzscheme/match/examples.ss index e903391276..1aaf107d70 100644 --- a/collects/tests/mzscheme/match/examples.ss +++ b/collects/tests/mzscheme/match/examples.ss @@ -3,7 +3,7 @@ (require scheme/match (for-syntax scheme/base) (prefix-in m: mzlib/match)) -(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1))) +(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10))) diff --git a/collects/tests/mzscheme/match/match-tests.ss b/collects/tests/mzscheme/match/match-tests.ss index a4d1454654..b84d5ed267 100644 --- a/collects/tests/mzscheme/match/match-tests.ss +++ b/collects/tests/mzscheme/match/match-tests.ss @@ -1,7 +1,7 @@ (module match-tests mzscheme (require mzlib/match) - (require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1))) + (require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10))) (provide match-tests) diff --git a/collects/tests/mzscheme/match/other-plt-tests.ss b/collects/tests/mzscheme/match/other-plt-tests.ss index 6689b94a86..d890de22c2 100644 --- a/collects/tests/mzscheme/match/other-plt-tests.ss +++ b/collects/tests/mzscheme/match/other-plt-tests.ss @@ -1,6 +1,6 @@ (module other-plt-tests mzscheme - (require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1))) + (require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10))) (require (lib "uri-codec.ss" "net")) (require (lib "pregexp.ss")) diff --git a/collects/tests/mzscheme/match/other-tests.ss b/collects/tests/mzscheme/match/other-tests.ss index 145205e58d..da5036a7e8 100644 --- a/collects/tests/mzscheme/match/other-tests.ss +++ b/collects/tests/mzscheme/match/other-tests.ss @@ -2,7 +2,7 @@ (require mzlib/match) - (require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1))) + (require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10))) (provide other-tests) diff --git a/collects/tests/mzscheme/match/plt-match-tests.ss b/collects/tests/mzscheme/match/plt-match-tests.ss index 7c7ea35036..b7e52781d7 100644 --- a/collects/tests/mzscheme/match/plt-match-tests.ss +++ b/collects/tests/mzscheme/match/plt-match-tests.ss @@ -1,6 +1,6 @@ (module plt-match-tests mzscheme - (require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1))) - (require (planet "text-ui.ss" ("schematics" "schemeunit.plt" 2 1))) + (require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10))) + (require (planet "text-ui.ss" ("schematics" "schemeunit.plt" 2 10))) (require mzlib/plt-match)