From 86af9609f17a8e34004faa991854f62d3361685f Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 16 Jul 2013 18:53:41 +0300 Subject: Reorganized tests --- tests/fixtures/create_carryin_repair.json | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/fixtures/create_carryin_repair.json (limited to 'tests/fixtures/create_carryin_repair.json') diff --git a/tests/fixtures/create_carryin_repair.json b/tests/fixtures/create_carryin_repair.json new file mode 100644 index 0000000..059ad93 --- /dev/null +++ b/tests/fixtures/create_carryin_repair.json @@ -0,0 +1,43 @@ +{ + "shipTo": "677592", + "serialNumber": "C3TFJJTNDCP9", + "symptom": "Does not work", + "diagnosis": "Does not work", + "unitReceivedDate": "03/01/13", + "unitReceivedTime": "12:00 AM", + "checkIfOutOfWarrantyCoverage": "Y", + "overrideDiagnosticCodeCheck": "Y", + "poNumber": "Order12341", + "orderLines": [ + { + "partNumber": "FD661-6136", + "comptiaCode": "T03", + "comptiaModifier": "B", + "abused": "Y", + "outOfWarrantyFlag": "N", + "diagnosticCode": "" + }, + { + "partNumber": "076-1080", + "comptiaCode": "660", + "comptiaModifier": "A", + "abused": "Y", + "outOfWarrantyFlag": "N", + "diagnosticCode": "" + } + ], + "customerAddress": { + "addressLine1": "Address line 1", + "country": "FI", + "zipCode": "95014", + "regionCode": "005", + "city": "Cupertino", + "state": "ZZ", + "street": "Valley Green Dr", + "firstName": "First", + "lastName": "Last", + "companyName": "Apple Inc", + "primaryPhone": "4088887766", + "emailAddress": "abc@test.com" + } +} -- cgit v1.2.3