Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
3415ee50
Commit
3415ee50
authored
Jul 02, 2012
by
Sebastian Eichelbaum
Browse files
[REMOVE] roibox test was empty. Removed.
parent
c9dc7af6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
54 deletions
+0
-54
src/core/graphicsEngine/test/WROIBox_test.h
src/core/graphicsEngine/test/WROIBox_test.h
+0
-54
No files found.
src/core/graphicsEngine/test/WROIBox_test.h
deleted
100644 → 0
View file @
c9dc7af6
//---------------------------------------------------------------------------
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
// OpenWalnut is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// OpenWalnut is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with OpenWalnut. If not, see <http://www.gnu.org/licenses/>.
//
//---------------------------------------------------------------------------
#ifndef WROIBOX_TEST_H
#define WROIBOX_TEST_H
#include <cxxtest/TestSuite.h>
#include "../WROIBox.h"
/**
* Test for WROIBox
*/
class
WROIBoxTest
:
public
CxxTest
::
TestSuite
{
public:
/**
* I would like to test instantiation here, but WROIBox needs nearly a complete
* running GUI and GE with the "Main View" viewer. This seemed to much effort for
* this small test to me.
*/
void
testInstantiation
(
void
)
{
// WPosition maxPos;
// WPosition minPos;
// WLogger logger;
// boost::shared_ptr< WGUI > gui = boost::shared_ptr< WGUI >( new WQt4Gui( 0, 0 ) );
// boost::shared_ptr< WGraphicsEngine > ge = boost::shared_ptr< WGraphicsEngine >( new WGraphicsEngine );
// TS_ASSERT_THROWS_NOTHING( WROIBox( minPos, maxPos ) );
}
};
#endif // WROIBOX_TEST_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment