orbitcpp r282 - in trunk: . orbitcpp/orb-cpp test test/cpp test/cpp/any/simple test/cpp/any/simple/generated test/cpp/arrays/inside_exception test/cpp/arrays/inside_exception/generated test/cpp/arrays/of_interface test/cpp/arrays/of_interface/generated test/cpp/arrays/of_structs test/cpp/arrays/of_structs/generated test/cpp/arrays/simple_types test/cpp/arrays/simple_types/generated test/cpp/delegate test/cpp/delegate/generated test/cpp/everything test/cpp/everything/generated test/cpp/factory test/cpp/factory/generated test/cpp/helloworld test/cpp/helloworld/generated test/cpp/poa test/cpp/poa/generated test/cpp/policy test/cpp/policy/generated test/cpp/sequences/atomic_types test/cpp/sequences/atomic_types/generated test/cpp/sequences/string test/cpp/sequences/string/generated test/cpp/struct-simple test/cpp/struct-simple/generated test/cpp/structs/atomic_types test/cpp/structs/atomic_types/generated test/cpp/structs/inside_exception test/cpp/structs/inside_exceptio n/generated test/cpp/structs/inside_struct test/cpp/structs/inside_struct/generated test/cpp/structs/with_array test/cpp/structs/with_array/generated test/cpp/structs/with_interfaces test/cpp/structs/with_interfaces/generated test/cpp/structs/with_string test/cpp/structs/with_string/generated test/cpp/threading test/cpp/threading/generated test/cpp/unions/atomic_types test/cpp/unions/atomic_types/generated test/cpp/unions/struct test/cpp/unions/struct/generated test/tut



Author: esizikov
Date: 2007-11-16 19:23:26 +0000 (Fri, 16 Nov 2007)
New Revision: 282
ViewCVS link: http://svn.gnome.org/viewcvs/orbitcpp?rev=282&view=rev

Added:
   trunk/test/client_server.cc
   trunk/test/client_server.h
   trunk/test/cpp/policy/
   trunk/test/cpp/policy/Makefile.am
   trunk/test/cpp/policy/client.cc
   trunk/test/cpp/policy/generated/
   trunk/test/cpp/policy/generated/Makefile.am
   trunk/test/cpp/policy/helloworld-impl.cc
   trunk/test/cpp/policy/helloworld-impl.h
   trunk/test/cpp/policy/helloworld.idl
   trunk/test/cpp/policy/server.cc
   trunk/test/main.cc
   trunk/test/test_factory.cc
   trunk/test/test_policy.cc
   trunk/test/tut.h
   trunk/test/tut/
   trunk/test/tut/tut.hpp
   trunk/test/tut/tut_reporter.hpp
   trunk/test/tut/tut_restartable.hpp
   trunk/test/tut_reporter.h
   trunk/test/tut_restartable.h
Modified:
   trunk/ChangeLog
   trunk/MAINTAINERS
   trunk/configure.in
   trunk/orbitcpp/orb-cpp/orbitcpp_poa.cc
   trunk/orbitcpp/orb-cpp/orbitcpp_poa.h
   trunk/orbitcpp/orb-cpp/orbitcpp_poaexceptionlist.h
   trunk/orbitcpp/orb-cpp/orbitcpp_policy.cc
   trunk/orbitcpp/orb-cpp/orbitcpp_policy.h
   trunk/orbitcpp/orb-cpp/orbitcpp_sequence.h
   trunk/test/Makefile.am
   trunk/test/cpp/Makefile.am
   trunk/test/cpp/any/simple/Makefile.am
   trunk/test/cpp/any/simple/generated/Makefile.am
   trunk/test/cpp/arrays/inside_exception/Makefile.am
   trunk/test/cpp/arrays/inside_exception/generated/Makefile.am
   trunk/test/cpp/arrays/of_interface/Makefile.am
   trunk/test/cpp/arrays/of_interface/generated/Makefile.am
   trunk/test/cpp/arrays/of_structs/Makefile.am
   trunk/test/cpp/arrays/of_structs/generated/Makefile.am
   trunk/test/cpp/arrays/simple_types/Makefile.am
   trunk/test/cpp/arrays/simple_types/generated/Makefile.am
   trunk/test/cpp/delegate/Makefile.am
   trunk/test/cpp/delegate/generated/Makefile.am
   trunk/test/cpp/everything/Makefile.am
   trunk/test/cpp/everything/generated/Makefile.am
   trunk/test/cpp/factory/Makefile.am
   trunk/test/cpp/factory/factory-impl.h
   trunk/test/cpp/factory/generated/Makefile.am
   trunk/test/cpp/helloworld/Makefile.am
   trunk/test/cpp/helloworld/generated/Makefile.am
   trunk/test/cpp/poa/Makefile.am
   trunk/test/cpp/poa/generated/Makefile.am
   trunk/test/cpp/sequences/atomic_types/Makefile.am
   trunk/test/cpp/sequences/atomic_types/generated/Makefile.am
   trunk/test/cpp/sequences/string/Makefile.am
   trunk/test/cpp/sequences/string/generated/Makefile.am
   trunk/test/cpp/struct-simple/Makefile.am
   trunk/test/cpp/struct-simple/generated/Makefile.am
   trunk/test/cpp/structs/atomic_types/Makefile.am
   trunk/test/cpp/structs/atomic_types/generated/Makefile.am
   trunk/test/cpp/structs/inside_exception/Makefile.am
   trunk/test/cpp/structs/inside_exception/generated/Makefile.am
   trunk/test/cpp/structs/inside_struct/Makefile.am
   trunk/test/cpp/structs/inside_struct/generated/Makefile.am
   trunk/test/cpp/structs/with_array/Makefile.am
   trunk/test/cpp/structs/with_array/generated/Makefile.am
   trunk/test/cpp/structs/with_interfaces/Makefile.am
   trunk/test/cpp/structs/with_interfaces/generated/Makefile.am
   trunk/test/cpp/structs/with_string/Makefile.am
   trunk/test/cpp/structs/with_string/generated/Makefile.am
   trunk/test/cpp/threading/Makefile.am
   trunk/test/cpp/threading/generated/Makefile.am
   trunk/test/cpp/unions/atomic_types/Makefile.am
   trunk/test/cpp/unions/atomic_types/generated/Makefile.am
   trunk/test/cpp/unions/struct/Makefile.am
   trunk/test/cpp/unions/struct/generated/Makefile.am
Log:
    Imlpemeted create_POA and find_POA methods of the PortableServer::POA class.
    Added missing PortableServer/POA/AdapterAlreadyExists exception. Used 
    allocbuf instead(max) of new elem_t[max] in SequenceBase constructor; added
    check for a successfull allocation of the memory buffer, throws
    CORBA::NO_MEMORY exception if NULL returned. Implemented copy and destroy
    methods of the CORBA::Policy class. Added a primitive client-server test
    suite for CORBA:Policy support. Aded the Template Unit Tests (TUT) Framework
    for C++ headers and initial tests (as a wrapper for existing factory and
    policy tests). We do need a massive testing of all new stuff. I would very
    appreciate if somebody assisting me in integrating all existing tests into
    the TUT-powered regression testing suite. Test suites are now going to be
    compiled only when it is explicitly require: one should type 'make check'.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]