|
1 | | -/* |
2 | | - This file is part of cpp-ethereum. |
3 | | -
|
4 | | - cpp-ethereum is free software: you can redistribute it and/or modify |
5 | | - it under the terms of the GNU General Public License as published by |
6 | | - the Free Software Foundation, either version 3 of the License, or |
7 | | - (at your option) any later version. |
8 | | -
|
9 | | - cpp-ethereum is distributed in the hope that it will be useful, |
10 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | | - GNU General Public License for more details. |
13 | | -
|
14 | | - You should have received a copy of the GNU General Public License |
15 | | - along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>. |
16 | | -*/ |
17 | | -/** @file StateTestFixtureBase.h |
18 | | - * @authors: |
19 | | - * Dimitry Khokhlov <dimitry@ethereum.org> |
20 | | - * @date 2019 |
21 | | - */ |
| 1 | +// Aleth: Ethereum C++ client, tools and libraries. |
| 2 | +// Copyright 2019 Aleth Authors. |
| 3 | +// Licensed under the GNU General Public License, Version 3. |
22 | 4 |
|
23 | 5 | #pragma once |
24 | 6 | #include <test/tools/libtesteth/TestHelper.h> |
@@ -48,7 +30,7 @@ class StateTestFixtureBase |
48 | 30 | BOOST_FAIL("Tests are sealed and not refillable!"); |
49 | 31 |
|
50 | 32 | std::string const casename = boost::unit_test::framework::current_test_case().p_name; |
51 | | - boost::filesystem::path suiteFillerPath = suite.getFullPathFiller(casename).parent_path(); |
| 33 | + boost::filesystem::path const suiteFillerPath = suite.getFullPathFiller(casename).parent_path(); |
52 | 34 |
|
53 | 35 | bool skipTheTest = false; |
54 | 36 | if (test::inArray(c_timeConsumingTestSuites, casename) && !test::Options::get().all) |
|
0 commit comments