Difference between revisions of "Uno/Cpp/Test/Bootstrap"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
(moved from udk.openoffice.org)
 
(Undo revision 186309 by ShirleyG (Talk))
 
(11 intermediate revisions by 2 users 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: 02/10/2006    <br>
+
type:   test          <br>
+
  
== C++ UNO Runtime ==
+
==Tests==
=== Stacked Environments ===
+
bootstrap_InitialComponentContext
 +
* without client purpose
 +
* from within client purpose
  
;Tests:
+
==Execute==
: bootstrap_InitialComponentContext
+
# Mac OS X setenv DYLD_LIBRARY_PATH "../lib":$DYLD_LIBRARY_PATH
:* without client purpose
+
<platform>/bin/bootstrap.test
:* from within client purpose
+
  
;Execute:
+
==Files==
: bootstrap.test
+
* {{Uno/UDKlink|cppuhelper/test/bootstrap/bootstrap.test.cxx}}
 +
* {{Uno/UDKlink|cppuhelper/test/bootstrap/TestEnv.cxx}}
 +
* {{Uno/UDKlink|cppuhelper/test/bootstrap/TestEnv.def}}
 +
* {{Uno/UDKlink|cppuhelper/test/bootstrap/bootstrap.test.cxx}}
  
;Known Issues: None.
+
==Depends on==
 +
* [[Uno/Cpp/Tester/TestComponent]]
  
;Files:
+
 
:* cppuhelper/test/bootstrap/bootstrap.test.cxx  -r1.1.2.5
+
[[Category:Module:CPPUhelper]]
 +
[[Category:Test]]
 +
[[Category:Uno]]
 +
[[Category:Uno:Cpp]]

Latest revision as of 18:45, 7 October 2010

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

Tests

bootstrap_InitialComponentContext

  • without client purpose
  • from within client purpose

Execute

# Mac OS X setenv DYLD_LIBRARY_PATH "../lib":$DYLD_LIBRARY_PATH
<platform>/bin/bootstrap.test

Files

Depends on

Personal tools