[COMMIT LOGREPORT] service/all/lib/tests ChartTypeTest.pm,1.11,1.12

Francis J. Lacoste flacoste at users.sourceforge.net
Thu Sep 15 17:01:23 CEST 2005


Update of /cvsroot/logreport/service/all/lib/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25164/all/lib/tests

Modified Files:
	ChartTypeTest.pm 
Log Message:
Encode NaN to NA for ploticus.


Index: ChartTypeTest.pm
===================================================================
RCS file: /cvsroot/logreport/service/all/lib/tests/ChartTypeTest.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChartTypeTest.pm	8 Oct 2004 18:56:05 -0000	1.11
+++ ChartTypeTest.pm	15 Sep 2005 15:01:21 -0000	1.12
@@ -80,7 +80,8 @@
                  [ '2003-10-13', undef,  5, 10 ],
                  [ undef, 'page3.html',  3,  6  ],
                  [ undef, 'page2.html',  1,  2  ],
-                 [ undef, 'page4.html',  1,  2 ] ];
+                 [ undef, 'page4.html',  1,  2 ],
+                 [ undef, 'page5.html',  'NaN',  'NaN' ] ];
     my $group;
     foreach my $r ( @$data ) {
         my ( $period, $page, $hits, $size ) = @$r;
@@ -261,6 +262,7 @@
 page3.html\t3\t6
 page2.html\t1\t2
 page4.html\t1\t2
+page5.html\tNA\tNA
 EOF
 }
 

-- 
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
commit-request at logreport.org



More information about the Commit mailing list