[Kst] extragear/graphics/kst
George Staikos
staikos at kde.org
Thu Dec 22 16:59:31 CET 2005
SVN commit 490648 by staikos:
investigated the failing testcase. it was a testcase bug.
M +0 -1 devel-docs/RELEASE_PLAN
M +1 -1 tests/testhistogram.cpp
--- trunk/extragear/graphics/kst/devel-docs/RELEASE_PLAN #490647:490648
@@ -15,7 +15,6 @@
- Docs
- Speedup for planck time input
- margin/padding becomes tenths of font size(0)
- - 1 failing testcase: histogram
2) Review changes to .kst format
1.3 Release Plan - data analysis release (Apr 31 2006 :-))
--- trunk/extragear/graphics/kst/tests/testhistogram.cpp #490647:490648
@@ -40,10 +40,10 @@
doTest(h1->propertyString() == "Histogram: V1");
doTest(!h1->realTimeAutoBin()); // should be false by default
doTest(h1->nBins() == 10);
+ h1->update(0);
doTest(h1->vMin() == 0.0);
doTest(h1->vMax() == 10.0);
doTest(h1->vNumSamples() == 100);
- h1->update(0);
int count = 0;
for (int i=0; i<10; i++) {
count += int(h1->vY()->value(i));
More information about the Kst
mailing list