Commit Graph

136 Commits

Author SHA1 Message Date
101149d803 WaE: make test msvc2008 warnings free
Change-Id: Ieccb0e425cb505bec3735539ebdf154529fde330
2012-05-18 14:17:29 +01:00
dc0d9e802a Property writable test for util::DateTime & fixed a copy/paste error.
Change-Id: Iabfbe3f4df2c73ad9325bdc60e4ad71a5d1fda15
2012-05-08 11:12:28 -04:00
921dce61ac Let's just combine the two tests, since one requires the other.
Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
2012-05-04 00:00:55 -04:00
a4ff462ccb Added interface test for text::XText.
Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb
2012-05-03 23:18:01 -04:00
810f4a007c rework callcatcher makefile to build subsequentcheck tests
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
2012-05-01 14:18:42 +01:00
d55837cc6a Implemented test for XPropertySet::setPropertyValue().
Also cover all UNO primitive types in isPropertyValueChangeable().

Change-Id: I21a1809ed2a6b58f68ef82252f513991e0f012af
2012-04-30 16:48:55 -04:00
5c03dca7a9 More descriptive method name.
Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c
2012-04-30 16:26:07 -04:00
8bffba8222 Started porting the XPropertySet test code.
Not all its tests have been converted.  This is work-in-progress.

Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
2012-04-30 16:18:20 -04:00
219cef62f8 Do the test for real. XTextField and XTextContent.
Change-Id: I303562873fab5d41614f092966e47ff296c12610
2012-04-28 00:24:49 -04:00
08f4273d75 we can't move that into a test only lib
Revert "move xshape dumper into test"

This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
2012-04-28 03:56:50 +02:00
beccf47758 move xshape dumper into test
XShapeDumper can now be used by other parts of the code too.
Please keep in mind that changing the dumper affects other parts too and
might require a regneration of reference files.

Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
2012-04-27 23:28:16 +02:00
60d39b758d add tolerance to chart regression test
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
2012-04-27 13:52:10 +02:00
9e82b503fe use the correct macro
don't push at 3a.m.

Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a
2012-04-27 04:13:07 +02:00
811899e4a2 improve assert messages 2012-04-27 03:15:32 +02:00
b1dc2c5818 use the new xml diff in chart regression test 2012-04-27 03:15:31 +02:00
a0c9ebf483 std::isnan is c++11; use rtl::math::isNan for now 2012-04-26 20:07:35 +02:00
e6a4ea3c9d add readme for xmldiff 2012-04-26 19:07:22 +02:00
58114896d1 add xml diff with tolerance
# Changes to be committed:
2012-04-26 19:01:09 +02:00
1a56bf9536 add test for XTextContent 2012-04-26 16:25:25 +02:00
a3b8ddf3b7 add test case for xtextfield 2012-04-26 15:31:38 +02:00
1b66253254 fix true->sal_False introduced in 6a018de 2012-04-23 15:39:49 +02:00
6a018dec6b WaE: MSVC2008 C2220 unsafe mix of types in operation 2012-04-20 15:14:52 +01:00
a48195f4c2 transferring java XPrintAreas to c++ 2012-04-17 21:02:18 +02:00
8d7e8a0a3b setup/teardown default component context once before/after all tests
avoids the problems of dangling uno singletons invalidated after the first
dispose and the chain of other singletons that don't expect to need to
re-initialize, etc.

reenable editeng cppunit test

inherit i18npool cppunit test from unotest base

drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not
in ctors/dtors
2012-04-13 13:15:25 +01:00
43aabb908e partially revert the editeng singleton stuff to get build to complete 2012-04-12 13:28:06 +01:00
5b14929dd4 Handle the correct deletion order of EditDLL in the base class.
Turns out that this change affected all cppunit runs.
2012-04-12 00:53:55 -04:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
fc95d20500 adjust test for the correct dbdata import 2012-03-19 06:18:48 +01:00
a5c891f59e add test case for XSpreadsheetDocument 2012-03-01 15:38:02 +01:00
f87e486d29 WaE: C4265: class has virtual functions, but destructor is not virtual 2012-03-01 10:43:57 +00:00
e7031fb14a WaE: add virtual dtor 2012-02-21 14:25:44 +00:00
92009abe68 add testRefresh to XDatabaseRange
XDatabase range test case is now finished
2012-02-19 23:52:18 +01:00
e521ac1a73 this test uses ScNamedRangeObj.ods too
TODO: remove the explicit test file dependency from the interface test
code
don't use one of the test files for another class
2012-02-19 23:52:18 +01:00
cdf0c78990 fix copy&paste error 2012-02-19 01:39:47 +01:00
7e14aa7af0 complete the XDataPilotTable2 tests 2012-02-19 00:36:09 +01:00
903a19b0c3 add test for XCellRangeReferrer 2012-02-19 00:36:08 +01:00
4e1e72dc34 add test code for XCellRangeData 2012-02-17 02:00:25 +01:00
a5661d7171 add two more test cases to XDatabaseRange 2012-02-16 00:55:18 +01:00
21b3a9a6be fix errors with assertion macros 2012-02-12 08:03:29 +01:00
75b4d17f96 use better assertion macros 2012-02-12 02:47:37 +01:00
b434637108 WaE at mac tinderbox 2012-02-10 19:42:18 +01:00
82e349fd80 add XDataPilotTable2 test to ScDatPilotTableObj 2012-02-10 19:19:30 +01:00
c1589dbd45 add test code for XDataPilotTable2 2012-02-10 19:17:57 +01:00
e7e0455b02 Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") 2012-02-10 01:59:26 +09:00
bd6187ae9f add test for XNameReplace 2012-02-02 00:26:51 +01:00
d1a84bdb80 WaE: add virtual dtors 2012-01-31 13:28:49 +00:00
2525c93e08 Move definition of static data member to .cxx 2012-01-31 08:41:38 +01:00
8cab24997a add test case for XReplaceable 2012-01-30 00:23:07 +01:00
80502d8462 add interface test for util::XSearchable 2012-01-25 21:13:24 +01:00
1b973485e6 add XNamed interface test and add this test to ScDataPilotTableObj 2012-01-25 21:13:24 +01:00