Skip to content

Commit

Permalink
Formatting of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 21, 2014
1 parent 95f6483 commit cae6bae
Show file tree
Hide file tree
Showing 65 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsvectoranalyzer.cpp
Expand Up @@ -21,7 +21,7 @@ Email : sherman at mrcc dot com

class TestQgsVectorAnalyzer: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgszonalstatistics.cpp
Expand Up @@ -25,7 +25,7 @@
*/
class TestQgsZonalStatistics: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();
void cleanupTestCase();
Expand Down
2 changes: 1 addition & 1 deletion tests/src/app/testqgisappclipboard.cpp
Expand Up @@ -35,7 +35,7 @@
*/
class TestQgisAppClipboard: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/regression1141.cpp
Expand Up @@ -49,7 +49,7 @@
*/
class Regression1141: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/regression992.cpp
Expand Up @@ -42,7 +42,7 @@
*/
class Regression992: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/test_template.cpp
Expand Up @@ -21,7 +21,7 @@

class Test[testClassCamelCaseName]: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
[TestMethods]
};
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testcontrastenhancements.cpp
Expand Up @@ -30,7 +30,7 @@
*/
class TestContrastEnhancements: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsapplication.cpp
Expand Up @@ -25,7 +25,7 @@ Email : sherman at mrcc dot com

class TestQgsApplication: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void checkPaths();
void checkGdalSkip();
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsatlascomposition.cpp
Expand Up @@ -35,7 +35,7 @@

class TestQgsAtlasComposition: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsblendmodes.cpp
Expand Up @@ -37,7 +37,7 @@
*/
class TestQgsBlendModes: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsclipper.cpp
Expand Up @@ -27,7 +27,7 @@
class TestQgsClipper: public QObject
{

Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase() {};// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscolorscheme.cpp
Expand Up @@ -58,7 +58,7 @@ class DummyColorScheme : public QgsColorScheme

class TestQgsColorScheme : public QObject
{
Q_OBJECT;
Q_OBJECT

private slots:
void initTestCase();// will be called before the first testfunction is executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscolorschemeregistry.cpp
Expand Up @@ -59,7 +59,7 @@ class DummyColorScheme : public QgsColorScheme

class TestQgsColorSchemeRegistry : public QObject
{
Q_OBJECT;
Q_OBJECT

private slots:
void initTestCase();// will be called before the first testfunction is executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerdd.cpp
Expand Up @@ -34,7 +34,7 @@

class TestQgsComposerDD: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposereffects.cpp
Expand Up @@ -27,7 +27,7 @@

class TestQgsComposerEffects: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposergroup.cpp
Expand Up @@ -24,7 +24,7 @@

class TestQgsComposerGroup: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerhtml.cpp
Expand Up @@ -26,7 +26,7 @@

class TestQgsComposerHtml: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerlabel.cpp
Expand Up @@ -28,7 +28,7 @@

class TestQgsComposerLabel: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposermap.cpp
Expand Up @@ -28,7 +28,7 @@

class TestQgsComposerMap: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposermapgrid.cpp
Expand Up @@ -28,7 +28,7 @@

class TestQgsComposerMapGrid: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposermapoverview.cpp
Expand Up @@ -30,7 +30,7 @@

class TestQgsComposerMapOverview: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposermodel.cpp
Expand Up @@ -24,7 +24,7 @@

class TestQgsComposerModel: public QObject
{
Q_OBJECT;
Q_OBJECT

private slots:
void initTestCase();// will be called before the first testfunction is executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposermultiframe.cpp
Expand Up @@ -25,7 +25,7 @@

class TestQgsComposerMultiFrame: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerobject.cpp
Expand Up @@ -24,7 +24,7 @@

class TestQgsComposerObject: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerpaper.cpp
Expand Up @@ -31,7 +31,7 @@

class TestQgsComposerPaper: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerpicture.cpp
Expand Up @@ -26,7 +26,7 @@

class TestQgsComposerPicture: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerrotation.cpp
Expand Up @@ -33,7 +33,7 @@

class TestQgsComposerRotation: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerscalebar.cpp
Expand Up @@ -30,7 +30,7 @@

class TestQgsComposerScaleBar: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposershapes.cpp
Expand Up @@ -30,7 +30,7 @@

class TestQgsComposerShapes: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposertable.cpp
Expand Up @@ -30,7 +30,7 @@

class TestQgsComposerTable: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposertablev2.cpp
Expand Up @@ -36,7 +36,7 @@

class TestQgsComposerTableV2: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposerutils.cpp
Expand Up @@ -27,7 +27,7 @@

class TestQgsComposerUtils: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscomposition.cpp
Expand Up @@ -29,7 +29,7 @@

class TestQgsComposition: public QObject
{
Q_OBJECT;
Q_OBJECT

private slots:
void initTestCase();// will be called before the first testfunction is executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsdatadefined.cpp
Expand Up @@ -25,7 +25,7 @@
*/
class TestQgsDataDefined: public QObject
{
Q_OBJECT;
Q_OBJECT

private slots:
void initTestCase();// will be called before the first testfunction is executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsdataitem.cpp
Expand Up @@ -29,7 +29,7 @@
*/
class TestQgsDataItem: public QObject
{
Q_OBJECT;
Q_OBJECT

private slots:
void initTestCase();// will be called before the first testfunction is executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsdiagram.cpp
Expand Up @@ -49,7 +49,7 @@
*/
class TestQgsDiagram: public QObject
{
Q_OBJECT;
Q_OBJECT
private:
bool mTestHasError;
QgsMapSettings mMapSettings;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsdiagramexpression.cpp
Expand Up @@ -49,7 +49,7 @@
*/
class TestQgsDiagramExpression: public QObject
{
Q_OBJECT;
Q_OBJECT
private:
bool mTestHasError;
QgsMapSettings * mMapSettings;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsdistancearea.cpp
Expand Up @@ -27,7 +27,7 @@
class TestQgsDistanceArea: public QObject
{

Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();
void cleanupTestCase();
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsexpression.cpp
Expand Up @@ -43,7 +43,7 @@ static void _parseAndEvalExpr( int arg )

class TestQgsExpression: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:

void initTestCase()
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsgeometry.cpp
Expand Up @@ -40,7 +40,7 @@
*/
class TestQgsGeometry: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsgradients.cpp
Expand Up @@ -42,7 +42,7 @@
*/
class TestQgsGradients: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsinvertedpolygonrenderer.cpp
Expand Up @@ -38,7 +38,7 @@
*/
class TestQgsInvertedPolygon: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down
4 changes: 2 additions & 2 deletions tests/src/core/testqgsmaplayer.cpp
Expand Up @@ -30,7 +30,7 @@

class TestSignalReceiver : public QObject
{
Q_OBJECT;
Q_OBJECT

public:
TestSignalReceiver() : QObject( 0 ), blendMode( QPainter::CompositionMode_SourceOver ) {}
Expand All @@ -47,7 +47,7 @@ class TestSignalReceiver : public QObject
*/
class TestQgsMapLayer: public QObject
{
Q_OBJECT;
Q_OBJECT
private slots:
void initTestCase();// will be called before the first testfunction is executed.
void cleanupTestCase();// will be called after the last testfunction was executed.
Expand Down

0 comments on commit cae6bae

Please sign in to comment.