Ignore:
Timestamp:
Oct 5, 2009, 2:59:11 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
5dda23, 729279, 8afe31
Parents:
7794d8 (diff), 39d983 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ConcaveHull' of ssh://stud64d-02/home/metzler/workspace/espack into ConcaveHull

Conflicts:

molecuilder/src/builder.cpp
molecuilder/src/memoryusageobserver.cpp
molecuilder/src/memoryusageobserver.hpp
molecuilder/src/memoryusageobserverunittest.cpp
molecuilder/src/memoryusageobserverunittest.hpp

This conflict arised, because the #19 commit was already pushed to the server, but the commit was later "amended" locally. This is fixed, there were no real overlaps anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/memoryusageobserverunittest.hpp

    r7794d8 rbf497f  
    2222    CPPUNIT_TEST ( addMemoryTwiceTest );
    2323    CPPUNIT_TEST ( addMemoryAndChangeSizeOfAddedMemoryTest );
     24    CPPUNIT_TEST ( addMemoryChangeSizeOfAddedMemoryAndGetMaximumSizeTest );
     25    CPPUNIT_TEST ( addMemoryRemoveMemoryAndGetMaximumSizeTest );
    2426    CPPUNIT_TEST_SUITE_END();
    2527
     
    3537    void addMemoryTwiceTest();
    3638    void addMemoryAndChangeSizeOfAddedMemoryTest();
     39    void addMemoryChangeSizeOfAddedMemoryAndGetMaximumSizeTest();
     40    void addMemoryRemoveMemoryAndGetMaximumSizeTest();
    3741};
    3842
Note: See TracChangeset for help on using the changeset viewer.