From ea7162f4d010bcfb652bbc4d1452867560a6d7d8 Mon Sep 17 00:00:00 2001 From: someone Date: Tue, 5 Jun 2012 22:16:06 +0200 Subject: [PATCH] all connect tests run now --- connchk.sh | 2 +- connect.test10.dl | 2 +- conntest.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/connchk.sh b/connchk.sh index db504a9..d7f78e0 100755 --- a/connchk.sh +++ b/connchk.sh @@ -1,6 +1,6 @@ #!/bin/bash -TESTS="`seq 1 1 9`" +TESTS="`seq 1 1 15`" if [[ "$2" != "" ]]; then TESTS="$2" diff --git a/connect.test10.dl b/connect.test10.dl index 50dae83..3c51b48 100644 --- a/connect.test10.dl +++ b/connect.test10.dl @@ -1,7 +1,7 @@ % testing the whole system. % thruput only. -in_c(s_storage,empty). +in_c(s_storage,full). in_c(s_wind,0). in_c(l_demand,0). in_c(l_current,100). diff --git a/conntest.sh b/conntest.sh index c424ecd..e0ea753 100755 --- a/conntest.sh +++ b/conntest.sh @@ -1,6 +1,6 @@ #!/bin/bash -TESTS="`seq 1 1 9`" +TESTS="`seq 1 1 15`" if [[ "$1" != "" ]]; then TESTS="$1" -- 2.43.0