Changeset fe056c for src/unittests


Ignore:
Timestamp:
Jan 16, 2011, 6:38:25 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
d1a85d
Parents:
56d62f
git-author:
Frederik Heber <heber@…> (01/16/11 18:36:28)
git-committer:
Frederik Heber <heber@…> (01/16/11 18:38:25)
Message:

Implemented unit test for Registry pattern.

  • Library version is now 4:0:2, API version is still 1.0.7.
  • So far only empty test was present.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r56d62f rfe056c  
    3636  $(top_srcdir)/src/Patterns/unittests/stubs/CloneStub.cpp \
    3737  $(top_srcdir)/src/Patterns/unittests/stubs/CommonStub.cpp \
     38  $(top_srcdir)/src/Patterns/unittests/stubs/CommonNamedStub.cpp \
    3839  $(top_srcdir)/src/Patterns/unittests/stubs/FactoryStub.cpp \
    3940  $(top_srcdir)/src/Patterns/unittests/stubs/ManipulableCloneStub.cpp \
     
    4142  $(top_srcdir)/src/Patterns/unittests/stubs/ObserverStub.cpp \
    4243  $(top_srcdir)/src/Patterns/unittests/stubs/PrototypeFactoryStub.cpp \
     44  $(top_srcdir)/src/Patterns/unittests/stubs/RegistryStub.cpp \
    4345  InfoUnitTest.cpp \
    4446  LogUnitTest.cpp
     
    5759  $(top_srcdir)/src/Patterns/unittests/stubs/CloneStub.hpp \
    5860  $(top_srcdir)/src/Patterns/unittests/stubs/CommonStub.hpp \
     61  $(top_srcdir)/src/Patterns/unittests/stubs/CommonNamedStub.hpp \
    5962  $(top_srcdir)/src/Patterns/unittests/stubs/CommonParametersStub.hpp \
    6063  $(top_srcdir)/src/Patterns/unittests/stubs/CreatorStub.hpp \
     
    7073  $(top_srcdir)/src/Patterns/unittests/stubs/PrototypeFactoryStub.def \
    7174  $(top_srcdir)/src/Patterns/unittests/stubs/PrototypeFactoryStub.undef \
     75  $(top_srcdir)/src/Patterns/unittests/stubs/RegistryStub.hpp \
    7276  InfoUnitTest.hpp \
    7377  LogUnitTest.hpp
Note: See TracChangeset for help on using the changeset viewer.