]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
ADD: add basic use cases of TreeData (can be used as "manual" unit tests)
authorboulant <boulant>
Wed, 2 Nov 2011 13:59:48 +0000 (13:59 +0000)
committerboulant <boulant>
Wed, 2 Nov 2011 13:59:48 +0000 (13:59 +0000)
commit5825372588a24f6a61eddc22e5c21d05a2809816
tree80ab4ea32e0613b4012ec69f6f046b72704938b5
parenta4babf35518c37bc837213d5b0dc76997697b16d
ADD: add basic use cases of TreeData (can be used as "manual" unit tests)
14 files changed:
configure.ac
src/GuiHelpers/Makefile.am
src/Makefile.am
src/TreeData/Test/Makefile.am [new file with mode: 0644]
src/TreeData/Test/MyDataModel.cxx [new file with mode: 0644]
src/TreeData/Test/MyDataModel.hxx [new file with mode: 0644]
src/TreeData/Test/data.txt [new file with mode: 0755]
src/TreeData/Test/guitester.cxx [new file with mode: 0644]
src/TreeData/Test/mainwindow.cxx [new file with mode: 0644]
src/TreeData/Test/mainwindow.hxx [new file with mode: 0644]
src/TreeData/Test/mainwindow.ui [new file with mode: 0644]
src/TreeData/Test/tester.cxx [new file with mode: 0644]
src/TreeData/Test/testhelper.cxx [new file with mode: 0644]
src/TreeData/Test/testhelper.hxx [new file with mode: 0644]