X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fmath%2Fchart-get-ticks-format-test.c;h=6dcab5077462ca2aa95ae729f4064bb59837921f;hb=d3487b8eeb911e0547acf72fe4481338d78d0721;hp=a1b155e329933a548b46fefb056f1f8e628f1fc5;hpb=deb0f9c922e36c6dcf48e519f83416eb875b21cb;p=pspp diff --git a/tests/math/chart-get-ticks-format-test.c b/tests/math/chart-get-ticks-format-test.c index a1b155e329..6dcab50774 100644 --- a/tests/math/chart-get-ticks-format-test.c +++ b/tests/math/chart-get-ticks-format-test.c @@ -34,7 +34,11 @@ struct range tv[] = { { 10000000.0, 10.0, 10}, { 100000000.0, 10.0, 10}, { 0.1, 0.01, 10}, - { 0.00001, 0.000001, 10}, + { 0.01, 0.001, 10}, + { 0.001, 0.0001, 10}, + { 0.0001, 0.00001, 10}, + { 0.00001, 0.0000001, 10}, + { 0.0000001, 0.00000001, 10}, { 0.0000100001, 0.00001, 10}, { 100000010.0, 100000000.0, 10}, { 100000.0, -500000.0, 10},