Ignore:
Timestamp:
Mar 4, 2010, 10:34:52 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
fe3540
Parents:
d50264 (diff), f058ef (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 'StructureRefactoring' into MenuRefactoring

File:
1 moved

Legend:

Unmodified
Added
Removed
  • molecuilder/src/unittests/AtomDescriptorTest.hpp

    rd50264 rdb6b872  
    11/*
    2  * DescriptorUnittest.hpp
     2 * AtomDescriptorTest.hpp
    33 *
    44 *  Created on: Feb 9, 2010
     
    66 */
    77
    8 #ifndef DESCRIPTORUNITTEST_HPP_
    9 #define DESCRIPTORUNITTEST_HPP_
     8#ifndef ATOMDESCRIPTORTEST_HPP_
     9#define ATOMDESCRIPTORTEST_HPP_
    1010
    1111#include <cppunit/extensions/HelperMacros.h>
     12
     13#include "defs.hpp"
    1214
    1315#define ATOM_COUNT (10)
     
    1517class atom;
    1618
    17 class DescriptorUnittest : public CppUnit::TestFixture
     19class AtomDescriptorTest : public CppUnit::TestFixture
    1820{
    19   CPPUNIT_TEST_SUITE( DescriptorUnittest );
     21  CPPUNIT_TEST_SUITE( AtomDescriptorTest );
    2022  CPPUNIT_TEST ( AtomBaseSetsTest );
    2123  CPPUNIT_TEST ( AtomIdTest );
     
    3335private:
    3436  atom *atoms [ATOM_COUNT];
    35   int atomIds [ATOM_COUNT];
     37  atomId_t atomIds [ATOM_COUNT];
    3638};
    3739
    38 #endif /* DESCRIPTORUNITTEST_HPP_ */
     40#endif /* ATOMDESCRIPTORTEST_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.