summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_datapilotfieldobj.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard1-2/+1
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard1-0/+1
use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times
2012-01-15these are not old component files anymoreMatúš Kukan1-6/+3
2011-12-19Tests apparently depend on localedata_en library.Stephan Bergmann1-1/+4
More tests might be affected. Also unclear to me whether it is always (only) localedata_en, or whether it could also be _es/_euro/_others.
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann1-1/+1
2011-12-08add test for ScDataPilotFieldObj::XDataPilotFieldGroupingMarkus Mohrhard1-1/+2
test XDataPilotFieldGrouping::createDateGrouping is broken
2011-12-07add test for failing DataPilotField test, related fdo#43308Markus Mohrhard1-0/+141
it seems that the java based test fails by "design" and not due to an error