From 9bde9cedae71269acaa74217f061ab2ef6163106 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Thu, 27 Nov 2008 09:00:57 +0000 Subject: [PATCH] updated test script for new sky serial output format (without new line) --- tools/cooja/contiki_tests/multithreading.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/cooja/contiki_tests/multithreading.js b/tools/cooja/contiki_tests/multithreading.js index bee4402fd..c08ec706a 100644 --- a/tools/cooja/contiki_tests/multithreading.js +++ b/tools/cooja/contiki_tests/multithreading.js @@ -1,7 +1,7 @@ -lowAlpha = "BA\n"; -highAlpha = "JIHGFEDCBA\n"; -lowCount = "10\n"; -highCount = "9876543210\n"; +lowAlpha = "BA"; +highAlpha = "JIHGFEDCBA"; +lowCount = "10"; +highCount = "9876543210"; /* Filter messages */ if (msg.equals(lowCount)) {