Update ooo320-m1
[ooovba.git] / applied_patches / 0445-unittesting-io.diff
bloba8b1f9c32606c4b09f8e182db7592ff942927599
1 --- io/prj/tests.lst 1970-01-01 01:00:00.000000000 +0100
2 +++ io/prj/tests.lst 2007-09-07 08:12:53.000000000 +0200
3 @@ -0,0 +1,2 @@
4 +io io\test\stm nmake - all io_test_stm NULL
5 +io io\test nmake - all io_test NULL
6 --- io/test/stm/datatest.cxx 2006-09-17 01:45:12.000000000 +0200
7 +++ io/test/stm/datatest.cxx 2007-09-07 11:12:59.000000000 +0200
8 @@ -693,8 +693,8 @@ public:
11 private:
12 - void OObjectStreamTest::testObject( const Reference <XObjectOutputStream > &rOut,
13 - const Reference <XObjectInputStream> &rIn );
14 + void testObject( const Reference <XObjectOutputStream > &rOut,
15 + const Reference <XObjectInputStream> &rIn );
17 private: