Modularize test data

This commit is contained in:
Faisal Salman
2013-03-16 03:16:34 +07:00
parent d75f84820a
commit acfce61942
5 changed files with 1312 additions and 1366 deletions

11
test/device-test.json Normal file
View File

@@ -0,0 +1,11 @@
[
{
"desc" : "HTC Evo Shift 4G",
"ua" : "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APA7373KT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0",
"expect" :
{
"vendor" : "HTC",
"model" : "Evo Shift 4G",
"type" : "mobile"
}
}]