4
4
# Written by Marc Tardif <marc@interunion.ca>
6
# This file is part of HWTest.
6
# This file is part of Checkbox.
8
# HWTest is free software: you can redistribute it and/or modify
8
# Checkbox is free software: you can redistribute it and/or modify
9
9
# it under the terms of the GNU General Public License as published by
10
10
# the Free Software Foundation, either version 3 of the License, or
11
11
# (at your option) any later version.
13
# HWTest is distributed in the hope that it will be useful,
13
# Checkbox is distributed in the hope that it will be useful,
14
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
16
# GNU General Public License for more details.
18
18
# You should have received a copy of the GNU General Public License
19
# along with HWTest. If not, see <http://www.gnu.org/licenses/>.
19
# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
21
from hwtest.registries.map import MapRegistry
22
from hwtest.registries.tests.helpers import TestHelper
21
from checkbox.registries.map import MapRegistry
22
from checkbox.registries.tests.helpers import TestHelper
25
25
class MapRegistryTest(TestHelper):