From 63968ad56ded0c4bfa328da9cbf3c3bae26a089a Mon Sep 17 00:00:00 2001 From: someone Date: Tue, 5 Jun 2012 21:12:38 +0200 Subject: [PATCH] tests finished. --- connect.test10.dl | 11 +++++++++++ connect.test5.dl | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/connect.test10.dl b/connect.test10.dl index e69de29..50dae83 100644 --- a/connect.test10.dl +++ b/connect.test10.dl @@ -0,0 +1,11 @@ +% testing the whole system. +% thruput only. + +in_c(s_storage,empty). +in_c(s_wind,0). +in_c(l_demand,0). +in_c(l_current,100). +in_p(p_in,100). + +expect_out_p(p_out,100). + diff --git a/connect.test5.dl b/connect.test5.dl index 280a5e4..ff61b2b 100644 --- a/connect.test5.dl +++ b/connect.test5.dl @@ -1,5 +1,5 @@ % testing the whole system. -% predefined test +% charge test in_c(s_storage,empty). in_c(s_wind,10). -- 2.43.0