From e6d276032b1c629572a0a3db4510e554228f62b3 Mon Sep 17 00:00:00 2001 From: Faisal Salman Date: Thu, 4 Jul 2013 16:46:42 +0700 Subject: [PATCH] Motorola droid test case --- test/device-test.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/test/device-test.json b/test/device-test.json index 84ed14b..ff48810 100644 --- a/test/device-test.json +++ b/test/device-test.json @@ -18,4 +18,14 @@ "model" : "Nexus 4", "type" : "mobile" } -}] + }, + { + "desc" : "Motorola Droid RAZR 4G", + "ua" : "Mozilla/5.0 (Linux; U; Android 2.3; xx-xx; DROID RAZR 4G Build/6.5.1-73_DHD-11_M1-29) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", + "expect" : + { + "vendor" : "Motorola", + "model" : "DROID RAZR 4G", + "type" : "mobile" + } +}] \ No newline at end of file