From 76233ff5a3594022ee2ec6dcb757c8fdba67d0ff Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 15 Sep 2010 13:55:28 +0000 Subject: [PATCH] added skeleton for live testing --- lib/core/testing.py | 2 +- xml/livetests.xml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 xml/livetests.xml diff --git a/lib/core/testing.py b/lib/core/testing.py index 46fe226bf..291a474ad 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -65,6 +65,6 @@ def smokeTest(): def liveTest(): """ - This will run the testing of a program against the testing environment + This will run the test of a program against the live testing environment """ pass diff --git a/xml/livetests.xml b/xml/livetests.xml new file mode 100644 index 000000000..1861eaff1 --- /dev/null +++ b/xml/livetests.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + +