Difference between revisions of "Uno/Cpp/Modules/CPPUhelper/tests/Loader"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Modules‎ | CPPUhelper
Jump to: navigation, search
m (Added missing dependency.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|test]]  [[Uno/Meta/Organization#States|State]]: in progress [[CWS]]: {{Uno/CWS|SRC680|bunoexttm}}
+
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|Test]]  [[Uno/Meta/Organization#States|State]]: Finished Availability: URE 1.3 (SRC680_m212)
  
 
==Tests==
 
==Tests==
* cppu::loadSharedLibComponentFactory(...); - "unsafe" component / "safe" client
+
* <code>cppu::loadSharedLibComponentFactory(...);</code> - "unsafe" component / "safe" client
* cppu::loadSharedLibComponentFactory(...); - "affine" component / "safe" client
+
* <code>cppu::loadSharedLibComponentFactory(...);</code> - "affine" component / "safe" client
* cppu::loadSharedLibComponentFactory(...); - "safe" component / "safe" client
+
* <code>cppu::loadSharedLibComponentFactory(...);</code> - "safe" component / "safe" client
  
* cppu::writeSharedLibComponentInfo(...); - "unsafe" component / "safe" client
+
* <code>cppu::writeSharedLibComponentInfo(...);</code> - "unsafe" component / "safe" client
* cppu::writeSharedLibComponentInfo(...); - "affine" component / "safe" client
+
* <code>cppu::writeSharedLibComponentInfo(...);</code> - "affine" component / "safe" client
* cppu::writeSharedLibComponentInfo(...); - "safe" component / "safe" client
+
* <code>cppu::writeSharedLibComponentInfo(...);</code> - "safe" component / "safe" client
  
 
==Execute==
 
==Execute==
 +
# Mac OS X setenv DYLD_LIBRARY_PATH "../lib":$DYLD_LIBRARY_PATH
 
  <platform>/bin/loader.test
 
  <platform>/bin/loader.test
  

Latest revision as of 12:39, 20 October 2009

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

Tests

  • cppu::loadSharedLibComponentFactory(...); - "unsafe" component / "safe" client
  • cppu::loadSharedLibComponentFactory(...); - "affine" component / "safe" client
  • cppu::loadSharedLibComponentFactory(...); - "safe" component / "safe" client
  • cppu::writeSharedLibComponentInfo(...); - "unsafe" component / "safe" client
  • cppu::writeSharedLibComponentInfo(...); - "affine" component / "safe" client
  • cppu::writeSharedLibComponentInfo(...); - "safe" component / "safe" client

Execute

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

Files

Depends on

Personal tools