testing1/drumb_test.sh
changeset 314 21b52310bd8b
parent 304 4a9d1153ccc5
child 320 cdfb2ce30a3d
--- a/testing1/drumb_test.sh	Tue Nov 05 00:41:02 2019 +0000
+++ b/testing1/drumb_test.sh	Wed Nov 06 00:36:45 2019 +0000
@@ -92,10 +92,10 @@
 
 if [ $tsts -eq 0 ]
 then
-  echo -e "  get_prices(List(\"GOOG\", \"AAPL\"), 2010 to 2012) ==" >> $out
-  echo -e "       List(List(Some(311.349976), Some(20.544939))," >> $out 
-  echo -e "            List(Some(300.222351), Some(31.638695))," >> $out 
-  echo -e "            List(Some(330.555054), Some(39.478039)))" >> $out
+  echo "  get_prices(List(\"GOOG\", \"AAPL\"), 2010 to 2012) ==" >> $out
+  echo "       List(List(Some(312.204773), Some(26.782711))," >> $out
+  echo "            List(Some(301.0466),   Some(41.244694))," >> $out
+  echo "            List(Some(331.462585), Some(51.464207)))" >> $out
 
   if (scala_assert "drumb.scala" "drumb_test3.scala")
   then