extface 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1fb153be4b786f7f0574623014637c42d2ab2de
4
- data.tar.gz: 76589006249f17992364eec1b9c3b764e94e86f7
3
+ metadata.gz: 094a1a3f1328988565cd7966333ba79881d8679b
4
+ data.tar.gz: 3059edd4c802691b120367b37df7e82cc7edcdd2
5
5
  SHA512:
6
- metadata.gz: a96cd24d0fa0e201d09641c7006234541b1c47dd5f92529a94d27c7fb43176b589b2842791a9cb30943bd4b7dc7695aafecfa1c80d3c412764414e29141b707d
7
- data.tar.gz: 79a0c1033781abedef8cdb4c17d424a6575c943c12d200cb713060eef8f061fee1161fc45a436a19805f98511fef383151e0e2aed20d3e05855423790576e1ad
6
+ metadata.gz: b3aa842dce8345e2815e7842f57134f227c2bbbfb3c0c7da77474e7b3dc14c491b0033dc59497a8b0ecee3dd0ecb674e4eb1437952bef5012fa4ec06cd721450
7
+ data.tar.gz: a7b41afb5321a20d4a72e1eb75c0138eff2ecf081b2aa706b6d7fcdfdd2ef9a4ebc13b7a86d28bb36ea439b2f6ec8f4b3542a98a22bc13c8b22abf4dcf222026
@@ -24,7 +24,7 @@ module Extface
24
24
 
25
25
  def fsend(cmd, data = "") #return data or nil
26
26
  packet_data = build_packet(cmd, data) #store packet to be able to re-transmit it with the same sequence number
27
- p packet_data
27
+ result = false
28
28
  invalid_frames = 0 #counter for bad responses
29
29
  nak_messages = 0 #counter for rejected packets (should re-transmit the packet)
30
30
  push packet_data #send packet
@@ -63,7 +63,7 @@ module Extface
63
63
 
64
64
  def frecv(timeout) # return RespFrame or nil
65
65
  if frame_bytes = pull(timeout)
66
- return RespFrame.new(frame_bytes.b)
66
+ return Frame.new(frame_bytes.b)
67
67
  else
68
68
  errors.add :base, "No data received from device"
69
69
  return nil
@@ -20,9 +20,8 @@ module Extface
20
20
 
21
21
  def connected!
22
22
  unless connected?
23
- p "device connected at #{Time.now}"
24
23
  self.connected_at = Time.now
25
- save!
24
+ save! unless Rails.env.test?
26
25
  notify("Job #{self.id} device connected!")
27
26
  end
28
27
  end
@@ -1,3 +1,3 @@
1
1
  module Extface
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
Binary file
@@ -10,3 +10,41 @@ D, [2015-05-20T00:11:16.034082 #13292] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E
10
10
  D, [2015-05-20T00:11:26.037421 #13292] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
11
11
  D, [2015-05-20T00:12:25.752623 #13380] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
12
12
  D, [2015-05-20T00:12:35.754555 #13380] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
13
+ D, [2015-05-20T20:40:45.021721 #18536] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
14
+ D, [2015-05-20T20:40:55.025295 #18536] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
15
+ D, [2015-05-20T20:49:13.593703 #18786] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
16
+ D, [2015-05-20T20:49:23.596921 #18786] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
17
+ D, [2015-05-20T20:54:25.928473 #18906] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
18
+ D, [2015-05-20T20:54:35.930771 #18906] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
19
+ D, [2015-05-20T20:56:35.192220 #18999] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
20
+ D, [2015-05-20T20:56:45.195491 #18999] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
21
+ D, [2015-05-20T20:57:06.769014 #19061] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
22
+ D, [2015-05-20T20:59:56.493674 #19192] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
23
+ D, [2015-05-20T21:01:03.263484 #19242] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
24
+ D, [2015-05-20T21:01:14.283471 #19242] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
25
+ D, [2015-05-20T21:03:28.148111 #19852] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
26
+ D, [2015-05-20T21:03:59.190794 #19852] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
27
+ D, [2015-05-20T21:08:03.907754 #20052] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
28
+ D, [2015-05-20T21:08:04.913893 #20052] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
29
+ D, [2015-05-20T21:08:14.917506 #20052] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
30
+ D, [2015-05-20T21:09:23.691963 #20128] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
31
+ D, [2015-05-20T21:09:24.700683 #20128] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
32
+ D, [2015-05-20T21:09:34.702780 #20128] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
33
+ D, [2015-05-20T21:09:55.455803 #20190] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
34
+ D, [2015-05-20T21:09:56.462589 #20190] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
35
+ D, [2015-05-20T21:18:51.410818 #20423] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
36
+ D, [2015-05-20T21:18:52.421114 #20423] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
37
+ D, [2015-05-20T21:23:13.779847 #20514] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
38
+ D, [2015-05-20T21:23:14.789402 #20514] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
39
+ D, [2015-05-20T21:24:49.539369 #20579] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
40
+ D, [2015-05-20T21:24:50.545307 #20579] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
41
+ D, [2015-05-20T21:25:12.498320 #20623] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
42
+ D, [2015-05-20T21:25:13.505509 #20623] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
43
+ D, [2015-05-20T21:25:29.604673 #20659] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
44
+ D, [2015-05-20T21:25:30.610458 #20659] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
45
+ D, [2015-05-20T21:34:15.068446 #20763] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
46
+ D, [2015-05-20T21:34:56.070028 #20821] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
47
+ D, [2015-05-20T21:34:57.075958 #20821] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
48
+ D, [2015-05-20T21:36:07.919667 #20896] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
49
+ D, [2015-05-20T21:36:42.552371 #20944] DEBUG -- : --> 01 25 20 4A 58 05 30 30 3E 3C 03
50
+ D, [2015-05-20T21:36:43.564406 #20944] DEBUG -- : --> 01 24 21 2C 05 30 30 37 36 03
@@ -2025,6 +2025,1466 @@ Extface::Driver::Datecs::Fp550Test: test_handle
2025
2025
   (0.1ms) begin transaction
2026
2026
  -------------------------------------------------------
2027
2027
  Extface::Driver::Datecs::Fp550Test: test_response_frame
2028
+ -------------------------------------------------------
2029
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2030
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2031
+  (0.1ms) rollback transaction
2032
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2033
+  (281.7ms) DROP TABLE "extface_devices"
2034
+  (121.1ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2035
+  (96.8ms) DROP TABLE "extface_drivers"
2036
+  (73.5ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2037
+  (80.5ms) DROP TABLE "extface_jobs"
2038
+  (62.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2039
+  (0.3ms) select sqlite_version(*)
2040
+  (67.2ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2041
+  (64.7ms) DROP TABLE "extface_serial_configs"
2042
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2043
+  (73.2ms) DROP TABLE "shops"
2044
+  (65.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2045
+  (0.2ms) SELECT version FROM "schema_migrations"
2046
+  (0.1ms) begin transaction
2047
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2048
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:40:44', '2015-05-21 00:40:44', 980190962, 258259918)
2049
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:40:44', '2015-05-21 00:40:44', 298486374, 599072141)
2050
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2051
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 00:40:44', '2015-05-21 00:40:44', 980190962, 'Shop', 980190962, 258259918)
2052
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 00:40:44', '2015-05-21 00:40:44', 298486374, 'Shop', 980190962, 599072141)
2053
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 00:40:44', '2015-05-21 00:40:44', 229906743, 'Shop', 980190962, 229906743)
2054
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2055
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 00:40:44', '2015-05-21 00:40:44', 258259918)
2056
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 00:40:44', '2015-05-21 00:40:44', 412842077)
2057
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 00:40:44', '2015-05-21 00:40:44', 599072141)
2058
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 00:40:44', '2015-05-21 00:40:44', 229906743)
2059
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2060
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:40:44', '2015-05-21 00:40:44', 980190962)
2061
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:40:44', '2015-05-21 00:40:44', 298486374)
2062
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2063
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:40:44', '2015-05-21 00:40:44', 980190962)
2064
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:40:44', '2015-05-21 00:40:44', 298486374)
2065
+  (88.9ms) commit transaction
2066
+  (0.1ms) begin transaction
2067
+ -----------------------------------------------------
2068
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2069
+ -----------------------------------------------------
2070
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2071
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2072
+  (0.1ms) rollback transaction
2073
+  (0.1ms) begin transaction
2074
+ ----------------------------------------------
2075
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2076
+ ----------------------------------------------
2077
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2078
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2079
+ Extface::Job Load (0.4ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2080
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2081
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2082
+  (0.6ms) rollback transaction
2083
+  (0.2ms) begin transaction
2084
+ -----------------------------------------------
2085
+ Extface::Driver::Datecs::Fp550Test: test_handle
2086
+ -----------------------------------------------
2087
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2088
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2089
+  (0.2ms) rollback transaction
2090
+  (0.1ms) begin transaction
2091
+ -------------------------------------------------------
2092
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2093
+ -------------------------------------------------------
2094
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2095
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2096
+  (0.2ms) rollback transaction
2097
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2098
+  (73.3ms) DROP TABLE "extface_devices"
2099
+  (73.7ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2100
+  (72.9ms) DROP TABLE "extface_drivers"
2101
+  (73.7ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2102
+  (64.4ms) DROP TABLE "extface_jobs"
2103
+  (73.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2104
+  (0.2ms) select sqlite_version(*)
2105
+  (73.0ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2106
+  (64.7ms) DROP TABLE "extface_serial_configs"
2107
+  (65.2ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2108
+  (61.7ms) DROP TABLE "shops"
2109
+  (65.4ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2110
+  (0.2ms) SELECT version FROM "schema_migrations"
2111
+  (0.1ms) begin transaction
2112
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2113
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:49:13', '2015-05-21 00:49:13', 980190962, 258259918)
2114
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:49:13', '2015-05-21 00:49:13', 298486374, 599072141)
2115
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2116
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 00:49:13', '2015-05-21 00:49:13', 980190962, 'Shop', 980190962, 258259918)
2117
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 00:49:13', '2015-05-21 00:49:13', 298486374, 'Shop', 980190962, 599072141)
2118
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 00:49:13', '2015-05-21 00:49:13', 229906743, 'Shop', 980190962, 229906743)
2119
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2120
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 00:49:13', '2015-05-21 00:49:13', 258259918)
2121
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 00:49:13', '2015-05-21 00:49:13', 412842077)
2122
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 00:49:13', '2015-05-21 00:49:13', 599072141)
2123
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 00:49:13', '2015-05-21 00:49:13', 229906743)
2124
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2125
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:49:13', '2015-05-21 00:49:13', 980190962)
2126
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:49:13', '2015-05-21 00:49:13', 298486374)
2127
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2128
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:49:13', '2015-05-21 00:49:13', 980190962)
2129
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:49:13', '2015-05-21 00:49:13', 298486374)
2130
+  (61.3ms) commit transaction
2131
+  (0.1ms) begin transaction
2132
+ -----------------------------------------------------
2133
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2134
+ -----------------------------------------------------
2135
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2136
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2137
+  (0.1ms) rollback transaction
2138
+  (0.1ms) begin transaction
2139
+ ----------------------------------------------
2140
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2141
+ ----------------------------------------------
2142
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2143
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2144
+ Extface::Job Load (0.5ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2145
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2146
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2147
+  (0.3ms) rollback transaction
2148
+  (0.0ms) begin transaction
2149
+ -----------------------------------------------
2150
+ Extface::Driver::Datecs::Fp550Test: test_handle
2151
+ -----------------------------------------------
2152
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2153
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2154
+  (0.1ms) rollback transaction
2155
+  (0.1ms) begin transaction
2156
+ -------------------------------------------------------
2157
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2158
+ -------------------------------------------------------
2159
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2160
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2161
+  (0.1ms) rollback transaction
2162
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2163
+  (88.8ms) DROP TABLE "extface_devices"
2164
+  (73.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2165
+  (69.8ms) DROP TABLE "extface_drivers"
2166
+  (76.4ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2167
+  (64.4ms) DROP TABLE "extface_jobs"
2168
+  (81.7ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2169
+  (0.2ms) select sqlite_version(*)
2170
+  (72.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2171
+  (64.0ms) DROP TABLE "extface_serial_configs"
2172
+  (89.9ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2173
+  (71.0ms) DROP TABLE "shops"
2174
+  (73.8ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2175
+  (0.3ms) SELECT version FROM "schema_migrations"
2176
+  (0.1ms) begin transaction
2177
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2178
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:54:25', '2015-05-21 00:54:25', 980190962, 258259918)
2179
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:54:25', '2015-05-21 00:54:25', 298486374, 599072141)
2180
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2181
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 00:54:25', '2015-05-21 00:54:25', 980190962, 'Shop', 980190962, 258259918)
2182
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 00:54:25', '2015-05-21 00:54:25', 298486374, 'Shop', 980190962, 599072141)
2183
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 00:54:25', '2015-05-21 00:54:25', 229906743, 'Shop', 980190962, 229906743)
2184
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
2185
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 00:54:25', '2015-05-21 00:54:25', 258259918)
2186
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 00:54:25', '2015-05-21 00:54:25', 412842077)
2187
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 00:54:25', '2015-05-21 00:54:25', 599072141)
2188
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 00:54:25', '2015-05-21 00:54:25', 229906743)
2189
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2190
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:54:25', '2015-05-21 00:54:25', 980190962)
2191
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:54:25', '2015-05-21 00:54:25', 298486374)
2192
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2193
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:54:25', '2015-05-21 00:54:25', 980190962)
2194
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:54:25', '2015-05-21 00:54:25', 298486374)
2195
+  (58.1ms) commit transaction
2196
+  (0.1ms) begin transaction
2197
+ -----------------------------------------------------
2198
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2199
+ -----------------------------------------------------
2200
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2201
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2202
+  (0.1ms) rollback transaction
2203
+  (0.1ms) begin transaction
2204
+ ----------------------------------------------
2205
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2206
+ ----------------------------------------------
2207
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2208
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2209
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2210
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2211
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2212
+  (0.5ms) rollback transaction
2213
+  (0.1ms) begin transaction
2214
+ -----------------------------------------------
2215
+ Extface::Driver::Datecs::Fp550Test: test_handle
2216
+ -----------------------------------------------
2217
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2218
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2219
+  (0.2ms) rollback transaction
2220
+  (0.1ms) begin transaction
2221
+ -------------------------------------------------------
2222
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2223
+ -------------------------------------------------------
2224
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2225
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2226
+  (0.1ms) rollback transaction
2227
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2228
+  (169.9ms) DROP TABLE "extface_devices"
2229
+  (98.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2230
+  (64.2ms) DROP TABLE "extface_drivers"
2231
+  (73.7ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2232
+  (64.6ms) DROP TABLE "extface_jobs"
2233
+  (73.6ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2234
+  (0.2ms) select sqlite_version(*)
2235
+  (72.7ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2236
+  (64.8ms) DROP TABLE "extface_serial_configs"
2237
+  (73.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2238
+  (73.0ms) DROP TABLE "shops"
2239
+  (70.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2240
+  (0.2ms) SELECT version FROM "schema_migrations"
2241
+  (0.1ms) begin transaction
2242
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2243
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:56:35', '2015-05-21 00:56:35', 980190962, 258259918)
2244
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:56:35', '2015-05-21 00:56:35', 298486374, 599072141)
2245
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2246
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 00:56:35', '2015-05-21 00:56:35', 980190962, 'Shop', 980190962, 258259918)
2247
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 00:56:35', '2015-05-21 00:56:35', 298486374, 'Shop', 980190962, 599072141)
2248
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 00:56:35', '2015-05-21 00:56:35', 229906743, 'Shop', 980190962, 229906743)
2249
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2250
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 00:56:35', '2015-05-21 00:56:35', 258259918)
2251
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 00:56:35', '2015-05-21 00:56:35', 412842077)
2252
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 00:56:35', '2015-05-21 00:56:35', 599072141)
2253
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 00:56:35', '2015-05-21 00:56:35', 229906743)
2254
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2255
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:56:35', '2015-05-21 00:56:35', 980190962)
2256
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:56:35', '2015-05-21 00:56:35', 298486374)
2257
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2258
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:56:35', '2015-05-21 00:56:35', 980190962)
2259
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:56:35', '2015-05-21 00:56:35', 298486374)
2260
+  (65.9ms) commit transaction
2261
+  (0.1ms) begin transaction
2262
+ -----------------------------------------------------
2263
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2264
+ -----------------------------------------------------
2265
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2266
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2267
+  (0.1ms) rollback transaction
2268
+  (0.1ms) begin transaction
2269
+ ----------------------------------------------
2270
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2271
+ ----------------------------------------------
2272
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2273
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2274
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2275
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2276
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2277
+  (0.5ms) rollback transaction
2278
+  (0.1ms) begin transaction
2279
+ -----------------------------------------------
2280
+ Extface::Driver::Datecs::Fp550Test: test_handle
2281
+ -----------------------------------------------
2282
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2283
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2284
+  (0.2ms) rollback transaction
2285
+  (0.1ms) begin transaction
2286
+ -------------------------------------------------------
2287
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2288
+ -------------------------------------------------------
2289
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2290
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2291
+  (0.1ms) rollback transaction
2292
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2293
+  (112.0ms) DROP TABLE "extface_devices"
2294
+  (73.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2295
+  (72.9ms) DROP TABLE "extface_drivers"
2296
+  (73.6ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2297
+  (64.4ms) DROP TABLE "extface_jobs"
2298
+  (73.6ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2299
+  (0.3ms) select sqlite_version(*)
2300
+  (72.1ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2301
+  (64.7ms) DROP TABLE "extface_serial_configs"
2302
+  (70.7ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2303
+  (67.6ms) DROP TABLE "shops"
2304
+  (70.7ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2305
+  (0.2ms) SELECT version FROM "schema_migrations"
2306
+  (0.1ms) begin transaction
2307
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2308
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:57:06', '2015-05-21 00:57:06', 980190962, 258259918)
2309
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:57:06', '2015-05-21 00:57:06', 298486374, 599072141)
2310
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2311
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 00:57:06', '2015-05-21 00:57:06', 980190962, 'Shop', 980190962, 258259918)
2312
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 00:57:06', '2015-05-21 00:57:06', 298486374, 'Shop', 980190962, 599072141)
2313
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 00:57:06', '2015-05-21 00:57:06', 229906743, 'Shop', 980190962, 229906743)
2314
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2315
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 00:57:06', '2015-05-21 00:57:06', 258259918)
2316
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 00:57:06', '2015-05-21 00:57:06', 412842077)
2317
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 00:57:06', '2015-05-21 00:57:06', 599072141)
2318
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 00:57:06', '2015-05-21 00:57:06', 229906743)
2319
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2320
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:57:06', '2015-05-21 00:57:06', 980190962)
2321
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:57:06', '2015-05-21 00:57:06', 298486374)
2322
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2323
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:57:06', '2015-05-21 00:57:06', 980190962)
2324
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:57:06', '2015-05-21 00:57:06', 298486374)
2325
+  (59.1ms) commit transaction
2326
+  (0.1ms) begin transaction
2327
+ -----------------------------------------------------
2328
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2329
+ -----------------------------------------------------
2330
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2331
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2332
+  (0.1ms) rollback transaction
2333
+  (0.1ms) begin transaction
2334
+ ----------------------------------------------
2335
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2336
+ ----------------------------------------------
2337
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2338
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2339
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2340
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2341
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2342
+  (0.1ms) begin transaction
2343
+ SQL (0.3ms) UPDATE "extface_jobs" SET "connected_at" = ?, "updated_at" = ? WHERE "extface_jobs"."id" = 980190962 [["connected_at", "2015-05-21 00:57:07.759492"], ["updated_at", "2015-05-21 00:57:07.762386"]]
2344
+  (5007.8ms) commit transaction
2345
+ SQLite3::BusyException: database is locked: commit transaction
2346
+  (0.3ms) rollback transaction
2347
+  (0.1ms) rollback transaction
2348
+  (0.1ms) begin transaction
2349
+ -----------------------------------------------
2350
+ Extface::Driver::Datecs::Fp550Test: test_handle
2351
+ -----------------------------------------------
2352
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2353
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2354
+  (0.2ms) rollback transaction
2355
+  (0.2ms) begin transaction
2356
+ -------------------------------------------------------
2357
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2358
+ -------------------------------------------------------
2359
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2360
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2361
+  (0.2ms) rollback transaction
2362
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2363
+  (96.7ms) DROP TABLE "extface_devices"
2364
+  (81.5ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2365
+  (72.8ms) DROP TABLE "extface_drivers"
2366
+  (73.6ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2367
+  (64.4ms) DROP TABLE "extface_jobs"
2368
+  (73.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2369
+  (0.2ms) select sqlite_version(*)
2370
+  (72.7ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2371
+  (64.6ms) DROP TABLE "extface_serial_configs"
2372
+  (81.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2373
+  (81.2ms) DROP TABLE "shops"
2374
+  (62.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2375
+  (0.2ms) SELECT version FROM "schema_migrations"
2376
+  (0.1ms) begin transaction
2377
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2378
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:59:56', '2015-05-21 00:59:56', 980190962, 258259918)
2379
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 00:59:56', '2015-05-21 00:59:56', 298486374, 599072141)
2380
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2381
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 00:59:56', '2015-05-21 00:59:56', 980190962, 'Shop', 980190962, 258259918)
2382
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 00:59:56', '2015-05-21 00:59:56', 298486374, 'Shop', 980190962, 599072141)
2383
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 00:59:56', '2015-05-21 00:59:56', 229906743, 'Shop', 980190962, 229906743)
2384
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
2385
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 00:59:56', '2015-05-21 00:59:56', 258259918)
2386
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 00:59:56', '2015-05-21 00:59:56', 412842077)
2387
+ Fixture Insert (0.2ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 00:59:56', '2015-05-21 00:59:56', 599072141)
2388
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 00:59:56', '2015-05-21 00:59:56', 229906743)
2389
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2390
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:59:56', '2015-05-21 00:59:56', 980190962)
2391
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 00:59:56', '2015-05-21 00:59:56', 298486374)
2392
+ Fixture Delete (0.0ms) DELETE FROM "shops"
2393
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:59:56', '2015-05-21 00:59:56', 980190962)
2394
+ Fixture Insert (0.0ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 00:59:56', '2015-05-21 00:59:56', 298486374)
2395
+  (59.0ms) commit transaction
2396
+  (0.1ms) begin transaction
2397
+ -----------------------------------------------------
2398
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2399
+ -----------------------------------------------------
2400
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2401
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2402
+  (0.1ms) rollback transaction
2403
+  (0.1ms) begin transaction
2404
+ ----------------------------------------------
2405
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2406
+ ----------------------------------------------
2407
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2408
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2409
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2410
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2411
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2412
+  (0.2ms) begin transaction
2413
+ SQL (0.5ms) UPDATE "extface_jobs" SET "connected_at" = ?, "updated_at" = ? WHERE "extface_jobs"."id" = 980190962 [["connected_at", "2015-05-21 00:59:57.486661"], ["updated_at", "2015-05-21 00:59:57.492280"]]
2414
+  (5007.4ms) commit transaction
2415
+ SQLite3::BusyException: database is locked: commit transaction
2416
+  (0.3ms) rollback transaction
2417
+  (0.2ms) rollback transaction
2418
+  (0.2ms) begin transaction
2419
+ -----------------------------------------------
2420
+ Extface::Driver::Datecs::Fp550Test: test_handle
2421
+ -----------------------------------------------
2422
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2423
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2424
+  (0.2ms) rollback transaction
2425
+  (0.1ms) begin transaction
2426
+ -------------------------------------------------------
2427
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2428
+ -------------------------------------------------------
2429
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2430
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2431
+  (0.2ms) rollback transaction
2432
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2433
+  (171.5ms) DROP TABLE "extface_devices"
2434
+  (65.5ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2435
+  (78.7ms) DROP TABLE "extface_drivers"
2436
+  (68.6ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2437
+  (65.3ms) DROP TABLE "extface_jobs"
2438
+  (81.9ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2439
+  (0.1ms) select sqlite_version(*)
2440
+  (65.4ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2441
+  (65.4ms) DROP TABLE "extface_serial_configs"
2442
+  (70.1ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2443
+  (56.8ms) DROP TABLE "shops"
2444
+  (57.1ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2445
+  (0.2ms) SELECT version FROM "schema_migrations"
2446
+  (0.1ms) begin transaction
2447
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2448
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:01:03', '2015-05-21 01:01:03', 980190962, 258259918)
2449
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:01:03', '2015-05-21 01:01:03', 298486374, 599072141)
2450
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2451
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:01:03', '2015-05-21 01:01:03', 980190962, 'Shop', 980190962, 258259918)
2452
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:01:03', '2015-05-21 01:01:03', 298486374, 'Shop', 980190962, 599072141)
2453
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:01:03', '2015-05-21 01:01:03', 229906743, 'Shop', 980190962, 229906743)
2454
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2455
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:01:03', '2015-05-21 01:01:03', 258259918)
2456
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:01:03', '2015-05-21 01:01:03', 412842077)
2457
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:01:03', '2015-05-21 01:01:03', 599072141)
2458
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:01:03', '2015-05-21 01:01:03', 229906743)
2459
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2460
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:01:03', '2015-05-21 01:01:03', 980190962)
2461
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:01:03', '2015-05-21 01:01:03', 298486374)
2462
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2463
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:01:03', '2015-05-21 01:01:03', 980190962)
2464
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:01:03', '2015-05-21 01:01:03', 298486374)
2465
+  (53.8ms) commit transaction
2466
+  (0.1ms) begin transaction
2467
+ -----------------------------------------------------
2468
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2469
+ -----------------------------------------------------
2470
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2471
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2472
+  (0.1ms) rollback transaction
2473
+  (0.1ms) begin transaction
2474
+ ----------------------------------------------
2475
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2476
+ ----------------------------------------------
2477
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2478
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2479
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2480
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2481
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2482
+  (0.2ms) begin transaction
2483
+ SQL (0.3ms) UPDATE "extface_jobs" SET "connected_at" = ?, "updated_at" = ? WHERE "extface_jobs"."id" = 980190962 [["connected_at", "2015-05-21 01:01:04.256941"], ["updated_at", "2015-05-21 01:01:04.261730"]]
2484
+  (10013.3ms) commit transaction
2485
+  (0.2ms) rollback transaction
2486
+  (0.1ms) begin transaction
2487
+ -----------------------------------------------
2488
+ Extface::Driver::Datecs::Fp550Test: test_handle
2489
+ -----------------------------------------------
2490
+ Extface::Driver Load (10013.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2491
+ SQLite3::BusyException: database is locked: SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1
2492
+  (0.2ms) rollback transaction
2493
+  (0.2ms) begin transaction
2494
+ -------------------------------------------------------
2495
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2496
+ -------------------------------------------------------
2497
+ Extface::Driver Load (10014.5ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2498
+ SQLite3::BusyException: database is locked: SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1
2499
+  (0.1ms) rollback transaction
2500
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2501
+  (88.3ms) DROP TABLE "extface_devices"
2502
+  (70.5ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2503
+  (64.7ms) DROP TABLE "extface_drivers"
2504
+  (65.1ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2505
+  (59.1ms) DROP TABLE "extface_jobs"
2506
+  (62.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2507
+  (0.2ms) select sqlite_version(*)
2508
+  (64.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2509
+  (67.5ms) DROP TABLE "extface_serial_configs"
2510
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2511
+  (73.0ms) DROP TABLE "shops"
2512
+  (70.6ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2513
+  (0.4ms) SELECT version FROM "schema_migrations"
2514
+  (0.1ms) begin transaction
2515
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2516
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:03:28', '2015-05-21 01:03:28', 980190962, 258259918)
2517
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:03:28', '2015-05-21 01:03:28', 298486374, 599072141)
2518
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2519
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:03:28', '2015-05-21 01:03:28', 980190962, 'Shop', 980190962, 258259918)
2520
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:03:28', '2015-05-21 01:03:28', 298486374, 'Shop', 980190962, 599072141)
2521
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:03:28', '2015-05-21 01:03:28', 229906743, 'Shop', 980190962, 229906743)
2522
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2523
+ Fixture Insert (0.2ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:03:28', '2015-05-21 01:03:28', 258259918)
2524
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:03:28', '2015-05-21 01:03:28', 412842077)
2525
+ Fixture Insert (0.2ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:03:28', '2015-05-21 01:03:28', 599072141)
2526
+ Fixture Insert (0.2ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:03:28', '2015-05-21 01:03:28', 229906743)
2527
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2528
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:03:28', '2015-05-21 01:03:28', 980190962)
2529
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:03:28', '2015-05-21 01:03:28', 298486374)
2530
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2531
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:03:28', '2015-05-21 01:03:28', 980190962)
2532
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:03:28', '2015-05-21 01:03:28', 298486374)
2533
+  (60.1ms) commit transaction
2534
+  (0.1ms) begin transaction
2535
+ -----------------------------------------------------
2536
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2537
+ -----------------------------------------------------
2538
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2539
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2540
+  (0.1ms) rollback transaction
2541
+  (0.1ms) begin transaction
2542
+ ----------------------------------------------
2543
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2544
+ ----------------------------------------------
2545
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2546
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2547
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2548
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2549
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2550
+  (0.2ms) begin transaction
2551
+ SQL (0.4ms) UPDATE "extface_jobs" SET "connected_at" = ?, "updated_at" = ? WHERE "extface_jobs"."id" = 980190962 [["connected_at", "2015-05-21 01:03:29.142104"], ["updated_at", "2015-05-21 01:03:29.148383"]]
2552
+  (30035.0ms) commit transaction
2553
+  (0.2ms) rollback transaction
2554
+  (0.2ms) begin transaction
2555
+ -----------------------------------------------
2556
+ Extface::Driver::Datecs::Fp550Test: test_handle
2557
+ -----------------------------------------------
2558
+ Extface::Driver Load (30036.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2559
+ SQLite3::BusyException: database is locked: SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1
2560
+  (0.2ms) rollback transaction
2561
+  (0.1ms) begin transaction
2562
+ -------------------------------------------------------
2563
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2564
+ -------------------------------------------------------
2565
+ Extface::Driver Load (30036.7ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2566
+ SQLite3::BusyException: database is locked: SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1
2567
+  (0.2ms) rollback transaction
2568
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2569
+  (87.6ms) DROP TABLE "extface_devices"
2570
+  (65.0ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2571
+  (65.0ms) DROP TABLE "extface_drivers"
2572
+  (92.9ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2573
+  (141.9ms) DROP TABLE "extface_jobs"
2574
+  (75.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2575
+  (0.2ms) select sqlite_version(*)
2576
+  (64.3ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2577
+  (59.2ms) DROP TABLE "extface_serial_configs"
2578
+  (70.6ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2579
+  (56.3ms) DROP TABLE "shops"
2580
+  (65.4ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2581
+  (0.3ms) SELECT version FROM "schema_migrations"
2582
+  (0.2ms) begin transaction
2583
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2584
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:05:16', '2015-05-21 01:05:16', 980190962, 258259918)
2585
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:05:16', '2015-05-21 01:05:16', 298486374, 599072141)
2586
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2587
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:05:16', '2015-05-21 01:05:16', 980190962, 'Shop', 980190962, 258259918)
2588
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:05:16', '2015-05-21 01:05:16', 298486374, 'Shop', 980190962, 599072141)
2589
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:05:16', '2015-05-21 01:05:16', 229906743, 'Shop', 980190962, 229906743)
2590
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2591
+ Fixture Insert (0.2ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:05:16', '2015-05-21 01:05:16', 258259918)
2592
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:05:16', '2015-05-21 01:05:16', 412842077)
2593
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:05:16', '2015-05-21 01:05:16', 599072141)
2594
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:05:16', '2015-05-21 01:05:16', 229906743)
2595
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2596
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:05:16', '2015-05-21 01:05:16', 980190962)
2597
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:05:16', '2015-05-21 01:05:16', 298486374)
2598
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2599
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:05:16', '2015-05-21 01:05:16', 980190962)
2600
+ Fixture Insert (0.2ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:05:16', '2015-05-21 01:05:16', 298486374)
2601
+  (71.6ms) commit transaction
2602
+  (0.2ms) begin transaction
2603
+ -----------------------------------------------------
2604
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2605
+ -----------------------------------------------------
2606
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2607
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2608
+  (0.2ms) rollback transaction
2609
+  (0.1ms) begin transaction
2610
+ ----------------------------------------------
2611
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2612
+ ----------------------------------------------
2613
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2614
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2615
+  (0.1ms) rollback transaction
2616
+  (0.1ms) begin transaction
2617
+ -----------------------------------------------
2618
+ Extface::Driver::Datecs::Fp550Test: test_handle
2619
+ -----------------------------------------------
2620
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2621
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2622
+  (0.1ms) rollback transaction
2623
+  (0.1ms) begin transaction
2624
+ -------------------------------------------------------
2625
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2626
+ -------------------------------------------------------
2627
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2628
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2629
+  (0.1ms) rollback transaction
2630
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2631
+  (145.0ms) DROP TABLE "extface_devices"
2632
+  (65.0ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2633
+  (64.7ms) DROP TABLE "extface_drivers"
2634
+  (65.2ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2635
+  (59.3ms) DROP TABLE "extface_jobs"
2636
+  (62.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2637
+  (0.3ms) select sqlite_version(*)
2638
+  (64.2ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2639
+  (59.7ms) DROP TABLE "extface_serial_configs"
2640
+  (73.3ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2641
+  (73.4ms) DROP TABLE "shops"
2642
+  (62.4ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2643
+  (0.2ms) SELECT version FROM "schema_migrations"
2644
+  (0.2ms) begin transaction
2645
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2646
+ Fixture Insert (0.3ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:07:53', '2015-05-21 01:07:53', 980190962, 258259918)
2647
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:07:53', '2015-05-21 01:07:53', 298486374, 599072141)
2648
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2649
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:07:53', '2015-05-21 01:07:53', 980190962, 'Shop', 980190962, 258259918)
2650
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:07:53', '2015-05-21 01:07:53', 298486374, 'Shop', 980190962, 599072141)
2651
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:07:53', '2015-05-21 01:07:53', 229906743, 'Shop', 980190962, 229906743)
2652
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2653
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:07:53', '2015-05-21 01:07:53', 258259918)
2654
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:07:53', '2015-05-21 01:07:53', 412842077)
2655
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:07:53', '2015-05-21 01:07:53', 599072141)
2656
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:07:53', '2015-05-21 01:07:53', 229906743)
2657
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2658
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:07:53', '2015-05-21 01:07:53', 980190962)
2659
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:07:53', '2015-05-21 01:07:53', 298486374)
2660
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2661
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:07:53', '2015-05-21 01:07:53', 980190962)
2662
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:07:53', '2015-05-21 01:07:53', 298486374)
2663
+  (49.9ms) commit transaction
2664
+  (0.1ms) begin transaction
2665
+ -----------------------------------------------------
2666
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2667
+ -----------------------------------------------------
2668
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2669
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2670
+  (0.1ms) rollback transaction
2671
+  (0.1ms) begin transaction
2672
+ ----------------------------------------------
2673
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2674
+ ----------------------------------------------
2675
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2676
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2677
+  (0.1ms) rollback transaction
2678
+  (0.1ms) begin transaction
2679
+ -----------------------------------------------
2680
+ Extface::Driver::Datecs::Fp550Test: test_handle
2681
+ -----------------------------------------------
2682
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2683
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2684
+  (0.1ms) rollback transaction
2685
+  (0.1ms) begin transaction
2686
+ -------------------------------------------------------
2687
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2688
+ -------------------------------------------------------
2689
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2690
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2691
+  (0.1ms) rollback transaction
2692
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2693
+  (91.3ms) DROP TABLE "extface_devices"
2694
+  (172.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2695
+  (72.4ms) DROP TABLE "extface_drivers"
2696
+  (73.8ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2697
+  (55.9ms) DROP TABLE "extface_jobs"
2698
+  (73.7ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2699
+  (0.2ms) select sqlite_version(*)
2700
+  (112.0ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2701
+  (74.6ms) DROP TABLE "extface_serial_configs"
2702
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2703
+  (72.7ms) DROP TABLE "shops"
2704
+  (73.6ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2705
+  (0.2ms) SELECT version FROM "schema_migrations"
2706
+  (0.1ms) begin transaction
2707
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2708
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:08:03', '2015-05-21 01:08:03', 980190962, 258259918)
2709
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:08:03', '2015-05-21 01:08:03', 298486374, 599072141)
2710
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2711
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:08:03', '2015-05-21 01:08:03', 980190962, 'Shop', 980190962, 258259918)
2712
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:08:03', '2015-05-21 01:08:03', 298486374, 'Shop', 980190962, 599072141)
2713
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:08:03', '2015-05-21 01:08:03', 229906743, 'Shop', 980190962, 229906743)
2714
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2715
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:08:03', '2015-05-21 01:08:03', 258259918)
2716
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:08:03', '2015-05-21 01:08:03', 412842077)
2717
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:08:03', '2015-05-21 01:08:03', 599072141)
2718
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:08:03', '2015-05-21 01:08:03', 229906743)
2719
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2720
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:08:03', '2015-05-21 01:08:03', 980190962)
2721
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:08:03', '2015-05-21 01:08:03', 298486374)
2722
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2723
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:08:03', '2015-05-21 01:08:03', 980190962)
2724
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:08:03', '2015-05-21 01:08:03', 298486374)
2725
+  (58.5ms) commit transaction
2726
+  (0.2ms) begin transaction
2727
+ -----------------------------------------------------
2728
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2729
+ -----------------------------------------------------
2730
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2731
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2732
+  (0.2ms) rollback transaction
2733
+  (0.1ms) begin transaction
2734
+ ----------------------------------------------
2735
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2736
+ ----------------------------------------------
2737
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2738
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2739
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2740
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2741
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2742
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2743
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2744
+  (0.3ms) rollback transaction
2745
+  (0.1ms) begin transaction
2746
+ -----------------------------------------------
2747
+ Extface::Driver::Datecs::Fp550Test: test_handle
2748
+ -----------------------------------------------
2749
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2750
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2751
+  (0.2ms) rollback transaction
2752
+  (0.1ms) begin transaction
2753
+ -------------------------------------------------------
2754
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2755
+ -------------------------------------------------------
2756
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2757
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2758
+  (0.1ms) rollback transaction
2759
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2760
+  (113.7ms) DROP TABLE "extface_devices"
2761
+  (73.5ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2762
+  (62.0ms) DROP TABLE "extface_drivers"
2763
+  (76.2ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2764
+  (56.3ms) DROP TABLE "extface_jobs"
2765
+  (73.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2766
+  (0.2ms) select sqlite_version(*)
2767
+  (64.5ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2768
+  (48.2ms) DROP TABLE "extface_serial_configs"
2769
+  (65.2ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2770
+  (64.7ms) DROP TABLE "shops"
2771
+  (73.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2772
+  (0.2ms) SELECT version FROM "schema_migrations"
2773
+  (0.1ms) begin transaction
2774
+ Fixture Delete (0.1ms) DELETE FROM "extface_serial_configs"
2775
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:09:23', '2015-05-21 01:09:23', 980190962, 258259918)
2776
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:09:23', '2015-05-21 01:09:23', 298486374, 599072141)
2777
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2778
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:09:23', '2015-05-21 01:09:23', 980190962, 'Shop', 980190962, 258259918)
2779
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:09:23', '2015-05-21 01:09:23', 298486374, 'Shop', 980190962, 599072141)
2780
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:09:23', '2015-05-21 01:09:23', 229906743, 'Shop', 980190962, 229906743)
2781
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
2782
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:09:23', '2015-05-21 01:09:23', 258259918)
2783
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:09:23', '2015-05-21 01:09:23', 412842077)
2784
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:09:23', '2015-05-21 01:09:23', 599072141)
2785
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:09:23', '2015-05-21 01:09:23', 229906743)
2786
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2787
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:09:23', '2015-05-21 01:09:23', 980190962)
2788
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:09:23', '2015-05-21 01:09:23', 298486374)
2789
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2790
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:09:23', '2015-05-21 01:09:23', 980190962)
2791
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:09:23', '2015-05-21 01:09:23', 298486374)
2792
+  (56.1ms) commit transaction
2793
+  (0.1ms) begin transaction
2794
+ -----------------------------------------------------
2795
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2796
+ -----------------------------------------------------
2797
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2798
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2799
+  (0.1ms) rollback transaction
2800
+  (0.1ms) begin transaction
2801
+ ----------------------------------------------
2802
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2803
+ ----------------------------------------------
2804
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2805
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2806
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2807
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2808
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2809
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2810
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2811
+  (0.3ms) rollback transaction
2812
+  (0.1ms) begin transaction
2813
+ -----------------------------------------------
2814
+ Extface::Driver::Datecs::Fp550Test: test_handle
2815
+ -----------------------------------------------
2816
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2817
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2818
+  (0.1ms) rollback transaction
2819
+  (0.1ms) begin transaction
2820
+ -------------------------------------------------------
2821
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2822
+ -------------------------------------------------------
2823
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2824
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2825
+  (0.2ms) rollback transaction
2826
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2827
+  (107.1ms) DROP TABLE "extface_devices"
2828
+  (89.7ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2829
+  (113.8ms) DROP TABLE "extface_drivers"
2830
+  (73.6ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2831
+  (56.2ms) DROP TABLE "extface_jobs"
2832
+  (73.2ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2833
+  (0.2ms) select sqlite_version(*)
2834
+  (72.9ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2835
+  (48.0ms) DROP TABLE "extface_serial_configs"
2836
+  (73.6ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2837
+  (72.8ms) DROP TABLE "shops"
2838
+  (65.2ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2839
+  (0.2ms) SELECT version FROM "schema_migrations"
2840
+  (0.1ms) begin transaction
2841
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2842
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:09:55', '2015-05-21 01:09:55', 980190962, 258259918)
2843
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:09:55', '2015-05-21 01:09:55', 298486374, 599072141)
2844
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2845
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:09:55', '2015-05-21 01:09:55', 980190962, 'Shop', 980190962, 258259918)
2846
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:09:55', '2015-05-21 01:09:55', 298486374, 'Shop', 980190962, 599072141)
2847
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:09:55', '2015-05-21 01:09:55', 229906743, 'Shop', 980190962, 229906743)
2848
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2849
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:09:55', '2015-05-21 01:09:55', 258259918)
2850
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:09:55', '2015-05-21 01:09:55', 412842077)
2851
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:09:55', '2015-05-21 01:09:55', 599072141)
2852
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:09:55', '2015-05-21 01:09:55', 229906743)
2853
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2854
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:09:55', '2015-05-21 01:09:55', 980190962)
2855
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:09:55', '2015-05-21 01:09:55', 298486374)
2856
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2857
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:09:55', '2015-05-21 01:09:55', 980190962)
2858
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:09:55', '2015-05-21 01:09:55', 298486374)
2859
+  (62.4ms) commit transaction
2860
+  (0.1ms) begin transaction
2861
+ -----------------------------------------------------
2862
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2863
+ -----------------------------------------------------
2864
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2865
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2866
+  (0.1ms) rollback transaction
2867
+  (0.1ms) begin transaction
2868
+ ----------------------------------------------
2869
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2870
+ ----------------------------------------------
2871
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2872
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2873
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2874
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2875
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2876
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2877
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2878
+  (0.9ms) rollback transaction
2879
+  (0.1ms) begin transaction
2880
+ -----------------------------------------------
2881
+ Extface::Driver::Datecs::Fp550Test: test_handle
2882
+ -----------------------------------------------
2883
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2884
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2885
+  (0.2ms) rollback transaction
2886
+  (0.1ms) begin transaction
2887
+ -------------------------------------------------------
2888
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2889
+ -------------------------------------------------------
2890
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2891
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2892
+  (0.1ms) rollback transaction
2893
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2894
+  (88.3ms) DROP TABLE "extface_devices"
2895
+  (57.0ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2896
+  (56.5ms) DROP TABLE "extface_drivers"
2897
+  (57.1ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2898
+  (50.9ms) DROP TABLE "extface_jobs"
2899
+  (70.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2900
+  (0.3ms) select sqlite_version(*)
2901
+  (75.4ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2902
+  (56.5ms) DROP TABLE "extface_serial_configs"
2903
+  (70.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2904
+  (64.8ms) DROP TABLE "shops"
2905
+  (65.1ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2906
+  (0.2ms) SELECT version FROM "schema_migrations"
2907
+  (0.1ms) begin transaction
2908
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2909
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:18:51', '2015-05-21 01:18:51', 980190962, 258259918)
2910
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:18:51', '2015-05-21 01:18:51', 298486374, 599072141)
2911
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2912
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:18:51', '2015-05-21 01:18:51', 980190962, 'Shop', 980190962, 258259918)
2913
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:18:51', '2015-05-21 01:18:51', 298486374, 'Shop', 980190962, 599072141)
2914
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:18:51', '2015-05-21 01:18:51', 229906743, 'Shop', 980190962, 229906743)
2915
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2916
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:18:51', '2015-05-21 01:18:51', 258259918)
2917
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:18:51', '2015-05-21 01:18:51', 412842077)
2918
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:18:51', '2015-05-21 01:18:51', 599072141)
2919
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:18:51', '2015-05-21 01:18:51', 229906743)
2920
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2921
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:18:51', '2015-05-21 01:18:51', 980190962)
2922
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:18:51', '2015-05-21 01:18:51', 298486374)
2923
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2924
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:18:51', '2015-05-21 01:18:51', 980190962)
2925
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:18:51', '2015-05-21 01:18:51', 298486374)
2926
+  (60.2ms) commit transaction
2927
+  (0.2ms) begin transaction
2928
+ -----------------------------------------------------
2929
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2930
+ -----------------------------------------------------
2931
+ Extface::Driver Load (0.5ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2932
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2933
+  (0.2ms) rollback transaction
2934
+  (0.1ms) begin transaction
2935
+ ----------------------------------------------
2936
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2937
+ ----------------------------------------------
2938
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2939
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2940
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2941
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2942
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2943
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2944
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2945
+  (0.2ms) rollback transaction
2946
+  (0.1ms) begin transaction
2947
+ -----------------------------------------------
2948
+ Extface::Driver::Datecs::Fp550Test: test_handle
2949
+ -----------------------------------------------
2950
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2951
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2952
+  (0.2ms) rollback transaction
2953
+  (0.1ms) begin transaction
2954
+ -------------------------------------------------------
2955
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2956
+ -------------------------------------------------------
2957
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2958
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2959
+  (0.1ms) rollback transaction
2960
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2961
+  (87.6ms) DROP TABLE "extface_devices"
2962
+  (65.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2963
+  (72.8ms) DROP TABLE "extface_drivers"
2964
+  (73.7ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
2965
+  (64.8ms) DROP TABLE "extface_jobs"
2966
+  (73.7ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
2967
+  (0.2ms) select sqlite_version(*)
2968
+  (72.8ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
2969
+  (56.5ms) DROP TABLE "extface_serial_configs"
2970
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
2971
+  (72.9ms) DROP TABLE "shops"
2972
+  (73.7ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
2973
+  (0.2ms) SELECT version FROM "schema_migrations"
2974
+  (0.1ms) begin transaction
2975
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
2976
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:23:13', '2015-05-21 01:23:13', 980190962, 258259918)
2977
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:23:13', '2015-05-21 01:23:13', 298486374, 599072141)
2978
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
2979
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:23:13', '2015-05-21 01:23:13', 980190962, 'Shop', 980190962, 258259918)
2980
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:23:13', '2015-05-21 01:23:13', 298486374, 'Shop', 980190962, 599072141)
2981
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:23:13', '2015-05-21 01:23:13', 229906743, 'Shop', 980190962, 229906743)
2982
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
2983
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:23:13', '2015-05-21 01:23:13', 258259918)
2984
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:23:13', '2015-05-21 01:23:13', 412842077)
2985
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:23:13', '2015-05-21 01:23:13', 599072141)
2986
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:23:13', '2015-05-21 01:23:13', 229906743)
2987
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
2988
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:23:13', '2015-05-21 01:23:13', 980190962)
2989
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:23:13', '2015-05-21 01:23:13', 298486374)
2990
+ Fixture Delete (0.1ms) DELETE FROM "shops"
2991
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:23:13', '2015-05-21 01:23:13', 980190962)
2992
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:23:13', '2015-05-21 01:23:13', 298486374)
2993
+  (62.3ms) commit transaction
2994
+  (0.1ms) begin transaction
2995
+ -----------------------------------------------------
2996
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2997
+ -----------------------------------------------------
2998
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2999
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3000
+  (0.1ms) rollback transaction
3001
+  (0.1ms) begin transaction
3002
+ ----------------------------------------------
3003
+ Extface::Driver::Datecs::Fp550Test: test_fsend
3004
+ ----------------------------------------------
3005
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3006
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3007
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
3008
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3009
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3010
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3011
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3012
+  (0.2ms) rollback transaction
3013
+  (0.1ms) begin transaction
3014
+ -----------------------------------------------
3015
+ Extface::Driver::Datecs::Fp550Test: test_handle
3016
+ -----------------------------------------------
3017
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3018
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3019
+  (0.2ms) rollback transaction
3020
+  (0.2ms) begin transaction
3021
+ -------------------------------------------------------
3022
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
3023
+ -------------------------------------------------------
3024
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3025
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3026
+  (0.2ms) rollback transaction
3027
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
3028
+  (170.7ms) DROP TABLE "extface_devices"
3029
+  (73.1ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
3030
+  (72.8ms) DROP TABLE "extface_drivers"
3031
+  (73.4ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
3032
+  (64.4ms) DROP TABLE "extface_jobs"
3033
+  (65.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
3034
+  (0.2ms) select sqlite_version(*)
3035
+  (64.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
3036
+  (56.4ms) DROP TABLE "extface_serial_configs"
3037
+  (65.1ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
3038
+  (73.3ms) DROP TABLE "shops"
3039
+  (73.8ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
3040
+  (0.3ms) SELECT version FROM "schema_migrations"
3041
+  (0.2ms) begin transaction
3042
+ Fixture Delete (0.3ms) DELETE FROM "extface_serial_configs"
3043
+ Fixture Insert (0.3ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:24:49', '2015-05-21 01:24:49', 980190962, 258259918)
3044
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:24:49', '2015-05-21 01:24:49', 298486374, 599072141)
3045
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
3046
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:24:49', '2015-05-21 01:24:49', 980190962, 'Shop', 980190962, 258259918)
3047
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:24:49', '2015-05-21 01:24:49', 298486374, 'Shop', 980190962, 599072141)
3048
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:24:49', '2015-05-21 01:24:49', 229906743, 'Shop', 980190962, 229906743)
3049
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
3050
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:24:49', '2015-05-21 01:24:49', 258259918)
3051
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:24:49', '2015-05-21 01:24:49', 412842077)
3052
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:24:49', '2015-05-21 01:24:49', 599072141)
3053
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:24:49', '2015-05-21 01:24:49', 229906743)
3054
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
3055
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:24:49', '2015-05-21 01:24:49', 980190962)
3056
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:24:49', '2015-05-21 01:24:49', 298486374)
3057
+ Fixture Delete (0.1ms) DELETE FROM "shops"
3058
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:24:49', '2015-05-21 01:24:49', 980190962)
3059
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:24:49', '2015-05-21 01:24:49', 298486374)
3060
+  (64.5ms) commit transaction
3061
+  (0.1ms) begin transaction
3062
+ -----------------------------------------------------
3063
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
3064
+ -----------------------------------------------------
3065
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3066
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3067
+  (0.1ms) rollback transaction
3068
+  (0.1ms) begin transaction
3069
+ ----------------------------------------------
3070
+ Extface::Driver::Datecs::Fp550Test: test_fsend
3071
+ ----------------------------------------------
3072
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3073
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3074
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
3075
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3076
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3077
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3078
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3079
+  (0.2ms) rollback transaction
3080
+  (0.1ms) begin transaction
3081
+ -----------------------------------------------
3082
+ Extface::Driver::Datecs::Fp550Test: test_handle
3083
+ -----------------------------------------------
3084
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3085
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3086
+  (0.3ms) rollback transaction
3087
+  (0.2ms) begin transaction
3088
+ -------------------------------------------------------
3089
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
3090
+ -------------------------------------------------------
3091
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3092
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3093
+  (0.2ms) rollback transaction
3094
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3095
+  (90.6ms) DROP TABLE "extface_devices"
3096
+  (73.6ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
3097
+  (72.4ms) DROP TABLE "extface_drivers"
3098
+  (73.6ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
3099
+  (64.6ms) DROP TABLE "extface_jobs"
3100
+  (95.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
3101
+  (0.2ms) select sqlite_version(*)
3102
+  (75.4ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
3103
+  (64.4ms) DROP TABLE "extface_serial_configs"
3104
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
3105
+  (72.7ms) DROP TABLE "shops"
3106
+  (73.8ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
3107
+  (0.3ms) SELECT version FROM "schema_migrations"
3108
+  (0.2ms) begin transaction
3109
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
3110
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:25:12', '2015-05-21 01:25:12', 980190962, 258259918)
3111
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:25:12', '2015-05-21 01:25:12', 298486374, 599072141)
3112
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
3113
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:25:12', '2015-05-21 01:25:12', 980190962, 'Shop', 980190962, 258259918)
3114
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:25:12', '2015-05-21 01:25:12', 298486374, 'Shop', 980190962, 599072141)
3115
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:25:12', '2015-05-21 01:25:12', 229906743, 'Shop', 980190962, 229906743)
3116
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
3117
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:25:12', '2015-05-21 01:25:12', 258259918)
3118
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:25:12', '2015-05-21 01:25:12', 412842077)
3119
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:25:12', '2015-05-21 01:25:12', 599072141)
3120
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:25:12', '2015-05-21 01:25:12', 229906743)
3121
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
3122
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:25:12', '2015-05-21 01:25:12', 980190962)
3123
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:25:12', '2015-05-21 01:25:12', 298486374)
3124
+ Fixture Delete (0.1ms) DELETE FROM "shops"
3125
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:25:12', '2015-05-21 01:25:12', 980190962)
3126
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:25:12', '2015-05-21 01:25:12', 298486374)
3127
+  (63.5ms) commit transaction
3128
+  (0.2ms) begin transaction
3129
+ -----------------------------------------------------
3130
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
3131
+ -----------------------------------------------------
3132
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3133
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3134
+  (0.1ms) rollback transaction
3135
+  (0.1ms) begin transaction
3136
+ ----------------------------------------------
3137
+ Extface::Driver::Datecs::Fp550Test: test_fsend
3138
+ ----------------------------------------------
3139
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3140
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3141
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
3142
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3143
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3144
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3145
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3146
+  (0.2ms) rollback transaction
3147
+  (0.1ms) begin transaction
3148
+ -----------------------------------------------
3149
+ Extface::Driver::Datecs::Fp550Test: test_handle
3150
+ -----------------------------------------------
3151
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3152
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3153
+  (0.2ms) rollback transaction
3154
+  (0.1ms) begin transaction
3155
+ -------------------------------------------------------
3156
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
3157
+ -------------------------------------------------------
3158
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3159
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3160
+  (0.2ms) rollback transaction
3161
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3162
+  (92.1ms) DROP TABLE "extface_devices"
3163
+  (65.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
3164
+  (64.4ms) DROP TABLE "extface_drivers"
3165
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
3166
+  (58.9ms) DROP TABLE "extface_jobs"
3167
+  (54.1ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
3168
+  (0.3ms) select sqlite_version(*)
3169
+  (55.5ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
3170
+  (67.1ms) DROP TABLE "extface_serial_configs"
3171
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
3172
+  (61.4ms) DROP TABLE "shops"
3173
+  (68.3ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
3174
+  (0.2ms) SELECT version FROM "schema_migrations"
3175
+  (0.1ms) begin transaction
3176
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
3177
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:25:29', '2015-05-21 01:25:29', 980190962, 258259918)
3178
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:25:29', '2015-05-21 01:25:29', 298486374, 599072141)
3179
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
3180
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:25:29', '2015-05-21 01:25:29', 980190962, 'Shop', 980190962, 258259918)
3181
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:25:29', '2015-05-21 01:25:29', 298486374, 'Shop', 980190962, 599072141)
3182
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:25:29', '2015-05-21 01:25:29', 229906743, 'Shop', 980190962, 229906743)
3183
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
3184
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:25:29', '2015-05-21 01:25:29', 258259918)
3185
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:25:29', '2015-05-21 01:25:29', 412842077)
3186
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:25:29', '2015-05-21 01:25:29', 599072141)
3187
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:25:29', '2015-05-21 01:25:29', 229906743)
3188
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
3189
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:25:29', '2015-05-21 01:25:29', 980190962)
3190
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:25:29', '2015-05-21 01:25:29', 298486374)
3191
+ Fixture Delete (0.1ms) DELETE FROM "shops"
3192
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:25:29', '2015-05-21 01:25:29', 980190962)
3193
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:25:29', '2015-05-21 01:25:29', 298486374)
3194
+  (58.0ms) commit transaction
3195
+  (0.1ms) begin transaction
3196
+ -----------------------------------------------------
3197
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
3198
+ -----------------------------------------------------
3199
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3200
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3201
+  (0.1ms) rollback transaction
3202
+  (0.1ms) begin transaction
3203
+ ----------------------------------------------
3204
+ Extface::Driver::Datecs::Fp550Test: test_fsend
3205
+ ----------------------------------------------
3206
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3207
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3208
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
3209
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3210
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3211
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3212
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3213
+  (0.2ms) rollback transaction
3214
+  (0.1ms) begin transaction
3215
+ -----------------------------------------------
3216
+ Extface::Driver::Datecs::Fp550Test: test_handle
3217
+ -----------------------------------------------
3218
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3219
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3220
+  (0.2ms) rollback transaction
3221
+  (0.1ms) begin transaction
3222
+ -------------------------------------------------------
3223
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
3224
+ -------------------------------------------------------
3225
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3226
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3227
+  (0.2ms) rollback transaction
3228
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3229
+  (68.3ms) DROP TABLE "extface_devices"
3230
+  (73.4ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
3231
+  (73.1ms) DROP TABLE "extface_drivers"
3232
+  (73.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
3233
+  (56.3ms) DROP TABLE "extface_jobs"
3234
+  (65.1ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
3235
+  (0.2ms) select sqlite_version(*)
3236
+  (72.8ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
3237
+  (64.2ms) DROP TABLE "extface_serial_configs"
3238
+  (62.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
3239
+  (64.3ms) DROP TABLE "shops"
3240
+  (57.1ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
3241
+  (0.2ms) SELECT version FROM "schema_migrations"
3242
+  (0.1ms) begin transaction
3243
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
3244
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:34:14', '2015-05-21 01:34:14', 980190962, 258259918)
3245
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:34:14', '2015-05-21 01:34:14', 298486374, 599072141)
3246
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
3247
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:34:14', '2015-05-21 01:34:14', 980190962, 'Shop', 980190962, 258259918)
3248
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:34:14', '2015-05-21 01:34:14', 298486374, 'Shop', 980190962, 599072141)
3249
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:34:14', '2015-05-21 01:34:14', 229906743, 'Shop', 980190962, 229906743)
3250
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
3251
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:34:14', '2015-05-21 01:34:14', 258259918)
3252
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:34:14', '2015-05-21 01:34:14', 412842077)
3253
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:34:14', '2015-05-21 01:34:14', 599072141)
3254
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:34:14', '2015-05-21 01:34:14', 229906743)
3255
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
3256
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:34:14', '2015-05-21 01:34:14', 980190962)
3257
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:34:14', '2015-05-21 01:34:14', 298486374)
3258
+ Fixture Delete (0.1ms) DELETE FROM "shops"
3259
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:34:14', '2015-05-21 01:34:14', 980190962)
3260
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:34:14', '2015-05-21 01:34:14', 298486374)
3261
+  (65.1ms) commit transaction
3262
+  (0.1ms) begin transaction
3263
+ -----------------------------------------------------
3264
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
3265
+ -----------------------------------------------------
3266
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3267
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3268
+  (0.1ms) rollback transaction
3269
+  (0.1ms) begin transaction
3270
+ ----------------------------------------------
3271
+ Extface::Driver::Datecs::Fp550Test: test_fsend
3272
+ ----------------------------------------------
3273
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3274
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3275
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
3276
+  (0.2ms) rollback transaction
3277
+  (0.1ms) begin transaction
3278
+ -----------------------------------------------
3279
+ Extface::Driver::Datecs::Fp550Test: test_handle
3280
+ -----------------------------------------------
3281
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3282
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3283
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3284
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3285
+  (0.1ms) rollback transaction
3286
+  (0.1ms) begin transaction
3287
+ -------------------------------------------------------
3288
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
3289
+ -------------------------------------------------------
3290
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3291
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3292
+  (0.1ms) rollback transaction
3293
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3294
+  (66.2ms) DROP TABLE "extface_devices"
3295
+  (73.8ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
3296
+  (72.6ms) DROP TABLE "extface_drivers"
3297
+  (73.6ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
3298
+  (64.3ms) DROP TABLE "extface_jobs"
3299
+  (73.2ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
3300
+  (0.3ms) select sqlite_version(*)
3301
+  (72.5ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
3302
+  (56.4ms) DROP TABLE "extface_serial_configs"
3303
+  (62.2ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
3304
+  (76.0ms) DROP TABLE "shops"
3305
+  (73.6ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
3306
+  (0.2ms) SELECT version FROM "schema_migrations"
3307
+  (0.1ms) begin transaction
3308
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
3309
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:34:55', '2015-05-21 01:34:55', 980190962, 258259918)
3310
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:34:55', '2015-05-21 01:34:55', 298486374, 599072141)
3311
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
3312
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:34:55', '2015-05-21 01:34:55', 980190962, 'Shop', 980190962, 258259918)
3313
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:34:55', '2015-05-21 01:34:55', 298486374, 'Shop', 980190962, 599072141)
3314
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:34:55', '2015-05-21 01:34:55', 229906743, 'Shop', 980190962, 229906743)
3315
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
3316
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:34:55', '2015-05-21 01:34:55', 258259918)
3317
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:34:55', '2015-05-21 01:34:55', 412842077)
3318
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:34:55', '2015-05-21 01:34:55', 599072141)
3319
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:34:55', '2015-05-21 01:34:55', 229906743)
3320
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
3321
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:34:55', '2015-05-21 01:34:55', 980190962)
3322
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:34:55', '2015-05-21 01:34:55', 298486374)
3323
+ Fixture Delete (0.1ms) DELETE FROM "shops"
3324
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:34:55', '2015-05-21 01:34:55', 980190962)
3325
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:34:55', '2015-05-21 01:34:55', 298486374)
3326
+  (52.8ms) commit transaction
3327
+  (0.2ms) begin transaction
3328
+ -----------------------------------------------------
3329
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
3330
+ -----------------------------------------------------
3331
+ Extface::Driver Load (0.5ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3332
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3333
+  (0.1ms) rollback transaction
3334
+  (0.1ms) begin transaction
3335
+ ----------------------------------------------
3336
+ Extface::Driver::Datecs::Fp550Test: test_fsend
3337
+ ----------------------------------------------
3338
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3339
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3340
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
3341
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3342
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3343
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3344
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3345
+  (0.3ms) rollback transaction
3346
+  (0.1ms) begin transaction
3347
+ -----------------------------------------------
3348
+ Extface::Driver::Datecs::Fp550Test: test_handle
3349
+ -----------------------------------------------
3350
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3351
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3352
+  (0.2ms) rollback transaction
3353
+  (0.2ms) begin transaction
3354
+ -------------------------------------------------------
3355
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
3356
+ -------------------------------------------------------
3357
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3358
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3359
+  (0.1ms) rollback transaction
3360
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3361
+  (101.3ms) DROP TABLE "extface_devices"
3362
+  (73.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
3363
+  (61.8ms) DROP TABLE "extface_drivers"
3364
+  (57.2ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
3365
+  (50.9ms) DROP TABLE "extface_jobs"
3366
+  (62.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
3367
+  (0.3ms) select sqlite_version(*)
3368
+  (75.3ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
3369
+  (146.9ms) DROP TABLE "extface_serial_configs"
3370
+  (70.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
3371
+  (64.5ms) DROP TABLE "shops"
3372
+  (65.3ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
3373
+  (0.3ms) SELECT version FROM "schema_migrations"
3374
+  (0.2ms) begin transaction
3375
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
3376
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:36:07', '2015-05-21 01:36:07', 980190962, 258259918)
3377
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:36:07', '2015-05-21 01:36:07', 298486374, 599072141)
3378
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
3379
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:36:07', '2015-05-21 01:36:07', 980190962, 'Shop', 980190962, 258259918)
3380
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:36:07', '2015-05-21 01:36:07', 298486374, 'Shop', 980190962, 599072141)
3381
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:36:07', '2015-05-21 01:36:07', 229906743, 'Shop', 980190962, 229906743)
3382
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
3383
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:36:07', '2015-05-21 01:36:07', 258259918)
3384
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:36:07', '2015-05-21 01:36:07', 412842077)
3385
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:36:07', '2015-05-21 01:36:07', 599072141)
3386
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:36:07', '2015-05-21 01:36:07', 229906743)
3387
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
3388
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:36:07', '2015-05-21 01:36:07', 980190962)
3389
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:36:07', '2015-05-21 01:36:07', 298486374)
3390
+ Fixture Delete (0.1ms) DELETE FROM "shops"
3391
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:36:07', '2015-05-21 01:36:07', 980190962)
3392
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:36:07', '2015-05-21 01:36:07', 298486374)
3393
+  (65.4ms) commit transaction
3394
+  (0.1ms) begin transaction
3395
+ -----------------------------------------------------
3396
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
3397
+ -----------------------------------------------------
3398
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3399
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3400
+  (0.1ms) rollback transaction
3401
+  (0.1ms) begin transaction
3402
+ ----------------------------------------------
3403
+ Extface::Driver::Datecs::Fp550Test: test_fsend
3404
+ ----------------------------------------------
3405
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3406
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3407
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
3408
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3409
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3410
+  (0.2ms) rollback transaction
3411
+  (0.1ms) begin transaction
3412
+ -----------------------------------------------
3413
+ Extface::Driver::Datecs::Fp550Test: test_handle
3414
+ -----------------------------------------------
3415
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3416
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3417
+  (0.2ms) rollback transaction
3418
+  (0.1ms) begin transaction
3419
+ -------------------------------------------------------
3420
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
3421
+ -------------------------------------------------------
3422
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3423
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3424
+  (0.2ms) rollback transaction
3425
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3426
+  (123.3ms) DROP TABLE "extface_devices"
3427
+  (73.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
3428
+  (72.8ms) DROP TABLE "extface_drivers"
3429
+  (73.6ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
3430
+  (64.4ms) DROP TABLE "extface_jobs"
3431
+  (73.2ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
3432
+  (0.2ms) select sqlite_version(*)
3433
+  (72.8ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
3434
+  (72.7ms) DROP TABLE "extface_serial_configs"
3435
+  (81.6ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
3436
+  (81.2ms) DROP TABLE "shops"
3437
+  (82.0ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
3438
+  (0.2ms) SELECT version FROM "schema_migrations"
3439
+  (0.2ms) begin transaction
3440
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
3441
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:36:42', '2015-05-21 01:36:42', 980190962, 258259918)
3442
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-21 01:36:42', '2015-05-21 01:36:42', 298486374, 599072141)
3443
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
3444
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-21 01:36:42', '2015-05-21 01:36:42', 980190962, 'Shop', 980190962, 258259918)
3445
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-21 01:36:42', '2015-05-21 01:36:42', 298486374, 'Shop', 980190962, 599072141)
3446
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-21 01:36:42', '2015-05-21 01:36:42', 229906743, 'Shop', 980190962, 229906743)
3447
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
3448
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-21 01:36:42', '2015-05-21 01:36:42', 258259918)
3449
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-21 01:36:42', '2015-05-21 01:36:42', 412842077)
3450
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-21 01:36:42', '2015-05-21 01:36:42', 599072141)
3451
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-21 01:36:42', '2015-05-21 01:36:42', 229906743)
3452
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
3453
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:36:42', '2015-05-21 01:36:42', 980190962)
3454
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-21 01:36:42', '2015-05-21 01:36:42', 298486374)
3455
+ Fixture Delete (0.1ms) DELETE FROM "shops"
3456
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:36:42', '2015-05-21 01:36:42', 980190962)
3457
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-21 01:36:42', '2015-05-21 01:36:42', 298486374)
3458
+  (61.2ms) commit transaction
3459
+  (0.1ms) begin transaction
3460
+ -----------------------------------------------------
3461
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
3462
+ -----------------------------------------------------
3463
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3464
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3465
+  (0.1ms) rollback transaction
3466
+  (0.1ms) begin transaction
3467
+ ----------------------------------------------
3468
+ Extface::Driver::Datecs::Fp550Test: test_fsend
3469
+ ----------------------------------------------
3470
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3471
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3472
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
3473
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3474
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3475
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
3476
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
3477
+  (0.2ms) rollback transaction
3478
+  (0.1ms) begin transaction
3479
+ -----------------------------------------------
3480
+ Extface::Driver::Datecs::Fp550Test: test_handle
3481
+ -----------------------------------------------
3482
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
3483
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
3484
+  (0.3ms) rollback transaction
3485
+  (0.2ms) begin transaction
3486
+ -------------------------------------------------------
3487
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2028
3488
  -------------------------------------------------------
2029
3489
  Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2030
3490
  Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]