From fd08fa20e1379f4dd92bd023ce7042925e880356 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 22 Jan 2003 22:10:11 +0000 Subject: [PATCH] Added missing module_actions test [SVN r16999] --- test/test_all.py | 1 + v2/test/test_all.py | 1 + 2 files changed, 2 insertions(+) diff --git a/test/test_all.py b/test/test_all.py index b74999c0a..f3c9f37ee 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -14,6 +14,7 @@ for s in ( pass import unit_tests +import module_actions import startup_v1 import startup_v2 import project_test1 diff --git a/v2/test/test_all.py b/v2/test/test_all.py index b74999c0a..f3c9f37ee 100644 --- a/v2/test/test_all.py +++ b/v2/test/test_all.py @@ -14,6 +14,7 @@ for s in ( pass import unit_tests +import module_actions import startup_v1 import startup_v2 import project_test1