Difference between revisions of "Uno/Cpp/Test/Purpose Bridge Implementation Helper"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (Added build instructions ...)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
author:  [[User:Kr|Kr]] <br>
+
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|Test]]  [[Uno/Meta/Organization#States|State]]: Finished  Availability: URE 1.3 (SRC680_m212)
version: {{REVISIONID}} <br>
+
state:  UTF2          <br>
+
created: 01/20/2006    <br>
+
type:   test          <br>
+
  
== C++ UNO Helper ==
+
==Tests==
=== Purpose Environment ===
+
Objects
 +
* acquired
 +
* released
 +
* registered
 +
* unregistered
  
;Tests:
+
ToDo:
: Objects
+
* probe support
:* acquired
+
:* released
+
:* registered
+
:* unregistered
+
  
: ToDo:
+
==Build==
:* probe support
+
cd test/env_tester
 +
dmake
 +
cd -
 +
cd test/purpenvhelper
 +
dmake
 +
cd -
  
; Execute
+
==Execute==
: MutexEnvironment.test.pl
+
cd <platform>/bin
 +
# UNIX
 +
./helper_purpenv_Base.test.pl
 +
# Windows
 +
perl5 helper_purpenv_Base.test.pl
  
;Known Issues: None.
+
==Files==
 +
* {{Uno/UDKlink|cppu/test/purpenv_Base/makefile.mk}}
 +
* {{Uno/UDKlink|cppu/test/purpenv_Base/TestEnv.cxx}}
 +
* {{Uno/UDKlink|cppu/test/purpenv_Base/TestEnv.def}}
 +
* {{Uno/UDKlink|cppu/test/purpenv_Base/helper_purpenv_Base.test.pl}}
  
;Files:
+
 
:* cppu/test/PurpEnv/PurpEnv_Base.test.cxx            -r1.1.2.1 - -r1.1.2.2 -deleted
+
[[Category:Module:CPPU]]
:* cppu/test/PurpEnv/makefile.mk                      -r1.1.2.1            -deleted
+
[[Category:Test]]
:* cppu/test/purpenv_Base/makefile.mk                  -r1.1.2.1 - -r1.1.2.4
+
[[Category:Uno]]
:* cppu/test/purpenv_Base/purpenv_Base.test.cxx        -r1.1.2.1 - -r1.1.2.4 -deleted
+
[[Category:Uno:Cpp]]
:* cppu/test/purpenv_Base/TestEnv.cxx                  -r1.1.2.1
+
:* cppu/test/purpenv_Base/TestEnv.def                  -r1.1.2.1
+
:* cppu/test/purpenv_Base/helper_purpenv_Base.test.pl  -r1.1.2.1
+

Latest revision as of 12:24, 22 June 2007

Type: Test State: Finished Availability: URE 1.3 (SRC680_m212)

Tests

Objects

  • acquired
  • released
  • registered
  • unregistered

ToDo:

  • probe support

Build

cd test/env_tester
dmake
cd -
cd test/purpenvhelper
dmake
cd -

Execute

cd <platform>/bin
# UNIX
./helper_purpenv_Base.test.pl
# Windows
perl5 helper_purpenv_Base.test.pl

Files

Personal tools