Implemented unit tests for:
commitb820a0e3db4617ee43139b0c03ba50444acb0ffb
authorJorge Cuadrado <kuadrosxx@gmail.com>
Thu, 23 Aug 2007 20:12:58 +0000 (23 15:12 -0500)
committerJorge Cuadrado <kuadrosxx@gmail.com>
Thu, 23 Aug 2007 20:12:58 +0000 (23 15:12 -0500)
treeb327f729bbb81c8a07aac0740892fe30317d6597
parentce4f1e305c72e24cdce7c6a7804a8ab0ea8ba766
Implemented unit tests for:
- AddScene
- AddLayer
- AddFrame
- AddObject
- ConvertItem
- EditNodesItem
- GroupItem
- UngroupItem
- ModifyItem
22 files changed:
src/model/frame.cpp
src/model/frame.h
tests/command/addframe/addframe.pro [new file with mode: 0644]
tests/command/addframe/test_addframe.cpp [new file with mode: 0644]
tests/command/addlayer/addlayer.pro [new file with mode: 0644]
tests/command/addlayer/test_addlayer.cpp [new file with mode: 0644]
tests/command/addobject/addobject.pro [new file with mode: 0644]
tests/command/addobject/test_addobject.cpp [new file with mode: 0644]
tests/command/addscene/addscene.pro [new file with mode: 0644]
tests/command/addscene/test_addscene.cpp [new file with mode: 0644]
tests/command/command.pro
tests/command/convertitem/convertitem.pro [new file with mode: 0644]
tests/command/convertitem/test_convertitem.cpp [copied from tests/model/object/test_object.cpp with 52% similarity]
tests/command/editnodesitem/editnodesitem.pro [new file with mode: 0644]
tests/command/editnodesitem/test_editnodesitem.cpp [new file with mode: 0644]
tests/command/groupitem/groupitem.pro [new file with mode: 0644]
tests/command/groupitem/test_groupitem.cpp [new file with mode: 0644]
tests/command/modifyitem/modifyitem.pro [new file with mode: 0644]
tests/command/modifyitem/test_modifyitem.cpp [new file with mode: 0644]
tests/command/ungroupitem/test_ungroupitem.cpp [new file with mode: 0644]
tests/command/ungroupitem/ungroupitem.pro [new file with mode: 0644]
tests/model/object/test_object.cpp