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

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (Added linksto CVS. typos.)
m (Added build instructions ...)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|test]]  [[Uno/Meta/Organization#States|State]]: finished [[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==
Line 10: Line 10:
 
ToDo:
 
ToDo:
 
* probe support
 
* probe support
 +
 +
==Build==
 +
cd test/env_tester
 +
dmake
 +
cd -
 +
cd test/purpenvhelper
 +
dmake
 +
cd -
  
 
==Execute==
 
==Execute==
  <platform>/bin/helper_purpenv_Base.test.pl
+
  cd <platform>/bin
 +
# UNIX
 +
./helper_purpenv_Base.test.pl
 +
# Windows
 +
perl5 helper_purpenv_Base.test.pl
  
 
==Files==
 
==Files==

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