diff --git a/ua_parser/user_agent_parser_test.py b/ua_parser/user_agent_parser_test.py index 8bbf754..b728a32 100644 --- a/ua_parser/user_agent_parser_test.py +++ b/ua_parser/user_agent_parser_test.py @@ -53,10 +53,6 @@ def testStringsDevice(self): self.runDeviceTestsFromYAML(os.path.join( TEST_RESOURCES_DIR, 'tests/test_device.yaml')) - def testStringsDeviceBrandModel(self): - self.runDeviceTestsFromYAML(os.path.join( - TEST_RESOURCES_DIR, 'tests/test_device_brandmodel.yaml')) - def testMozillaStrings(self): self.runUserAgentTestsFromYAML(os.path.join( TEST_RESOURCES_DIR, 'test_resources/firefox_user_agent_strings.yaml')) diff --git a/uap-core b/uap-core index 52335a8..22ef8a1 160000 --- a/uap-core +++ b/uap-core @@ -1 +1 @@ -Subproject commit 52335a8ebc40c4c273ebfa80abf950461d8d6707 +Subproject commit 22ef8a1eabf930b9756244595a782ac0f2ad1a00