Commit graph

17 commits

Author SHA1 Message Date
Fridrich Štrba
78d6b75c90 Wholesale prewin.h/postwin.h removal 2011-03-25 19:03:49 +01:00
Katarina Machalkova
1acfb268fd Un-breaking the unit test 2011-03-08 17:37:08 +01:00
Caolán McNamara
16c2a2f1df WaE: move that inside the TODO as well 2011-03-04 11:43:05 +00:00
Katarina Machalkova
b019189c0b Disabled failing format items for now :(
after introducing new num. formats (42[.00]), those items that
access standard format list cease to work :(
2011-03-03 16:06:41 +01:00
Caolán McNamara
d56d490a1b WaE: move that inside the TODO as well 2011-03-02 21:17:37 +00:00
Kohei Yoshida
1ad328c39a Disable testing for the currency format codes.
On some systems (including Fedora) the last two currency codes
differ.  Let's disable this test for now until we find out how to
properly test this again.
2011-03-02 09:25:00 -05:00
Kohei Yoshida
7be96b6e4a More test cases for Thai-specific format codes. 2011-02-28 10:40:09 -05:00
Kohei Yoshida
c04955e4da Correct cppunit error message. 2011-02-24 20:41:11 -05:00
Kohei Yoshida
54fcbd8c70 Use OUString instead of String in the unit test code.
Added another method PutEntry() to allow rtl::OUString to be used.
We'll keep this until UniString gets totally eradicated.
2011-02-24 19:47:04 -05:00
Kohei Yoshida
65493885df Generate locale code that includes numeral shape and calendar type. 2011-02-24 18:13:28 -05:00
Kohei Yoshida
8bd3bc3f69 I need iostream and its friends while debugging the unit test code. 2011-02-24 15:50:42 -05:00
Kohei Yoshida
44b463c0e1 Pick up numeral shape and calendar type as well as the language.
So far this change doesn't affect the behavior of the number formatter
but only to pick up extra data that Excel provides (that we need to
map to our own later on).
2011-02-24 15:46:03 -05:00
Caolán McNamara
39d15024eb Get this to work under windows.
The test code itself isn't compiled with SVL_DLLIMPLEMENTATION
so either it gets compiled with SVL_DLLIMPLEMENTATION and links
to the .lib or it gets compiled without it and links to the .dll
and sticks to the exported methods. In this case we can currently
take the latter methinks.
2011-02-24 20:36:25 +00:00
Caolán McNamara
70bd2219d4 remove unused export.map 2011-02-24 17:38:16 +00:00
Kohei Yoshida
635171fadb Unit test for default number format codes for US English. 2011-02-23 19:26:13 -05:00
Kohei Yoshida
0f3b0b411b Run unit test as part of the build.
For now, there is no test yet, but it's coming soon.
2011-02-23 16:31:46 -05:00
Kohei Yoshida
d2a16264ec Initial unit test skeleton, copied and modified from sc. 2011-02-23 15:52:51 -05:00