Difference between revisions of "Uno/Binary/Modules/STOC"

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Jump to: navigation, search
(Tests: Added missing tests.)
Line 23: Line 23:
  
 
==Tests==
 
==Tests==
 +
* {{Uno/UDKlink|stoc/test}}
 +
: cd stoc/test
 +
: dmake
 +
: cd stoc/<platform>/bin
 +
: ./testconv
 +
: ./testcorefl
 +
: ./testintrosp
 +
: ./testinvocation
 +
: ./testloader
 +
: ./testproxyfac
 +
: ./testregistry
 +
: ./testsmgr
 +
: ./testsmgr2
 
* {{Uno/UDKlink|stoc/test/registry_tdprovider}}
 
* {{Uno/UDKlink|stoc/test/registry_tdprovider}}
 
: cd stoc/test/registry_tdprovider
 
: cd stoc/test/registry_tdprovider

Revision as of 12:26, 7 November 2006

"STOC" stands for Standard Office (Uno) Components. "STOC" implements that basic binary Uno components, which are

  • the coreflection,
  • the defaultregistry,
  • the implementation registration,
  • the introspection,
  • the invocation,
  • the invocation adapterfactory,
  • the Java component loader,
  • the Java VM loader,
  • the shared library component loader,
  • the naming service,
  • the proxy factory,
  • the registry based type description provider,
  • the security manager,
  • the standard service manager,
  • the simple registry,
  • the type description provider manager,
  • the type conversion, and
  • the URI managers.

CVS

udk/stoc

Tests

cd stoc/test
dmake
cd stoc/<platform>/bin
./testconv
./testcorefl
./testintrosp
./testinvocation
./testloader
./testproxyfac
./testregistry
./testsmgr
./testsmgr2
cd stoc/test/registry_tdprovider
dmake #Upon failure dmake aborts with an error.
cd stoc/test/tdmanager
dmake #Upon failure dmake aborts with an error.
cd stoc/test/uriproc
dmake #Upon failure dmake aborts with an error.
Personal tools