changeset 5682:2c94879b0a84 octave-forge

Fix the expected data for the Google stock fetch
author rlaboiss
date Sun, 24 May 2009 11:17:26 +0000
parents 3876d698aca1
children be2ec0458410
files main/financial/inst/__fetch_google__.m
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main/financial/inst/__fetch_google__.m	Sat May 23 23:52:47 2009 +0000
+++ b/main/financial/inst/__fetch_google__.m	Sun May 24 11:17:26 2009 +0000
@@ -85,11 +85,11 @@
 
 %!shared fgood, dgood, wgood
 %! fgood = {"Date", "Open", "High", "Low", "Close", "Volume"};
-%! dgood = [732501,34.77,34.87,34.25,34.62,15515400;
-%!          732500,33.87,34.77,33.72,34.63,16354300;
-%!          732499,34.64,34.97,34.03,34.12,13585700;
-%!          732498,34.25,35.08,34.20,34.60,16086700;
-%!          732494,34.76,34.85,34.22,34.44,9861600];
+%! dgood = [732501,34.77,34.87,34.25,34.62,15296900;
+%!          732500,33.87,34.77,33.72,34.63,16265900;
+%!          732499,34.64,34.97,34.03,34.12,13451500;
+%!          732498,34.25,35.08,34.20,34.60,15845100;
+%!          732494,34.76,34.85,34.22,34.44,9740300];
 %! wgood = [732501,34.25,35.08,33.72,34.62,61542100;
 %!          732494,35.88,36.24,34.22,34.44,68433900];
 %!test