test/dummy/log/test.log in acts_as_citable-4.0.0 vs test/dummy/log/test.log in acts_as_citable-5.0.0.alpha

- old
+ new

@@ -1,1318 +1,45 @@  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -Completed 500 Internal Server Error in 11ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") -Completed 500 Internal Server Error in 12ms -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") -Completed 500 Internal Server Error in 4ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") -Completed 500 Internal Server Error in 4ms ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ------------------------------------------- -RecordTest: test_new_nokogiri_xml_document ------------------------------------------- -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") -------------------------------------------------------------------------- -RecordTest: test_should_work_with_models_inherited_acts_as_citable_models -------------------------------------------------------------------------- -ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (19.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" ------------------------------------------- -RecordTest: test_new_nokogiri_xml_document ------------------------------------------- -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (4.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordTest: test_should_work_with_models_inherited_acts_as_citable_models -------------------------------------------------------------------------- ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (22.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 17:58:17.939000', 'itemType: book', 'csf', '2014-12-17 17:58:17.939000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 85ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 17:58:18.022000', 'itemType: book', 'csf', '2014-12-17 17:58:18.022000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (4.0ms) -Completed 200 OK in 69ms (Views: 8.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 17:58:18.099000', 'itemType: book', 'csf', '2014-12-17 17:58:18.099000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (2.0ms) -Completed 200 OK in 17ms (Views: 3.0ms | ActiveRecord: 0.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 17:58:18.128000', 'itemType: book', 'csf', '2014-12-17 17:58:18.128000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (1.0ms) -Completed 200 OK in 17ms (Views: 3.0ms | ActiveRecord: 0.0ms) ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (38.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (6.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (14.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -Completed 500 Internal Server Error in 55ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (38.0ms) SAVEPOINT active_record_1 - SQL (51.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:00:20.525000', 'itemType: book', 'csf', '2014-12-17 18:00:20.525000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (4.0ms) -Completed 200 OK in 233ms (Views: 9.0ms | ActiveRecord: 89.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:00:20.724000', 'itemType: book', 'csf', '2014-12-17 18:00:20.724000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (2.0ms) -Completed 200 OK in 21ms (Views: 7.0ms | ActiveRecord: 2.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:00:20.757000', 'itemType: book', 'csf', '2014-12-17 18:00:20.757000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 31ms (Views: 4.0ms | ActiveRecord: 1.0ms) -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:00:20.795000', 'itemType: book', 'csf', '2014-12-17 18:00:20.795000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (13.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------- -RecordTest: test_new_nokogiri_xml_document ------------------------------------------- -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordTest: test_should_work_with_models_inherited_acts_as_citable_models -------------------------------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (7.0ms) SAVEPOINT active_record_1 - SQL (15.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:08:18.702000', 'itemType: book', 'csf', '2014-12-17 18:08:18.702000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 101ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:08:18.775000', 'itemType: book', 'csf', '2014-12-17 18:08:18.775000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (9.0ms) -Completed 200 OK in 46ms (Views: 12.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:08:18.835000', 'itemType: book', 'csf', '2014-12-17 18:08:18.835000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (2.0ms) -Completed 200 OK in 26ms (Views: 3.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:08:18.877000', 'itemType: book', 'csf', '2014-12-17 18:08:18.877000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 23ms (Views: 3.0ms | ActiveRecord: 1.0ms) -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (5.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:11:21.991000', 'itemType: book', 'csf', '2014-12-17 18:11:21.991000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 136ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:11:22.043000', 'itemType: book', 'csf', '2014-12-17 18:11:22.043000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 133ms (Views: 94.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:11:22.191000', 'itemType: book', 'csf', '2014-12-17 18:11:22.191000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 32ms (Views: 5.0ms | ActiveRecord: 2.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:11:22.241000', 'itemType: book', 'csf', '2014-12-17 18:11:22.241000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 35ms (Views: 7.0ms | ActiveRecord: 2.0ms) ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as +  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" +  (4.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (6.0ms) SAVEPOINT active_record_1 - SQL (5.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:19:25.829000', 'itemType: book', 'csf', '2014-12-17 18:19:25.829000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 98ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:19:25.875000', 'itemType: book', 'csf', '2014-12-17 18:19:25.875000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 83ms (Views: 51.0ms | ActiveRecord: 3.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:19:25.977000', 'itemType: book', 'csf', '2014-12-17 18:19:25.977000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 32ms (Views: 5.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:19:26.024000', 'itemType: book', 'csf', '2014-12-17 18:19:26.024000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (3.0ms) -Completed 200 OK in 35ms (Views: 7.0ms | ActiveRecord: 0.0ms) ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (5.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:33:55.501000', 'itemType: book', 'csf', '2014-12-17 18:33:55.501000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 80ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:33:55.547000', 'itemType: book', 'csf', '2014-12-17 18:33:55.547000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (4.0ms) -Completed 200 OK in 80ms (Views: 52.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:33:55.642000', 'itemType: book', 'csf', '2014-12-17 18:33:55.642000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (2.0ms) -Completed 200 OK in 24ms (Views: 4.0ms | ActiveRecord: 0.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:33:55.678000', 'itemType: book', 'csf', '2014-12-17 18:33:55.678000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 23ms (Views: 5.0ms | ActiveRecord: 1.0ms) ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:35:03.120000', 'itemType: book', 'csf', '2014-12-17 18:35:03.120000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 76ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:35:03.160000', 'itemType: book', 'csf', '2014-12-17 18:35:03.160000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 87ms (Views: 59.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:35:03.259000', 'itemType: book', 'csf', '2014-12-17 18:35:03.259000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (2.0ms) -Completed 200 OK in 28ms (Views: 5.0ms | ActiveRecord: 0.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:35:03.303000', 'itemType: book', 'csf', '2014-12-17 18:35:03.303000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 23ms (Views: 5.0ms | ActiveRecord: 1.0ms) ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (7.0ms) SAVEPOINT active_record_1 - SQL (5.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:39:48.522000', 'itemType: book', 'csf', '2014-12-17 18:39:48.522000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 50ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:39:48.576000', 'itemType: book', 'csf', '2014-12-17 18:39:48.576000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (5.0ms) -Completed 200 OK in 60ms (Views: 12.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:39:48.658000', 'itemType: book', 'csf', '2014-12-17 18:39:48.658000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 35ms (Views: 6.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:39:48.707000', 'itemType: book', 'csf', '2014-12-17 18:39:48.707000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (3.0ms) -Completed 200 OK in 28ms (Views: 6.0ms | ActiveRecord: 1.0ms) -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (3.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:40:17.989000', 'itemType: book', 'csf', '2014-12-17 18:40:17.989000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 75ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:40:18.048000', 'itemType: book', 'csf', '2014-12-17 18:40:18.048000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 72ms (Views: 47.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:40:18.132000', 'itemType: book', 'csf', '2014-12-17 18:40:18.132000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (2.0ms) -Completed 200 OK in 23ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:40:18.167000', 'itemType: book', 'csf', '2014-12-17 18:40:18.167000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 21ms (Views: 4.0ms | ActiveRecord: 0.0ms) ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:38.524000', 'itemType: book', 'csf', '2014-12-17 18:41:38.524000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------- -RecordTest: test_new_nokogiri_xml_document ------------------------------------------- -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:43.019000', 'itemType: book', 'csf', '2014-12-17 18:41:43.019000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 14ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:43.045000', 'itemType: book', 'csf', '2014-12-17 18:41:43.045000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (4.0ms) -Completed 200 OK in 49ms (Views: 9.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:43.111000', 'itemType: book', 'csf', '2014-12-17 18:41:43.111000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (2.0ms) -Completed 200 OK in 21ms (Views: 4.0ms | ActiveRecord: 0.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:43.146000', 'itemType: book', 'csf', '2014-12-17 18:41:43.146000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 23ms (Views: 4.0ms | ActiveRecord: 1.0ms) ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" - Savepoint (5.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("created_at", "data", "from_format", "updated_at") VALUES ('2014-12-17 18:44:33.174000', 'itemType: book', 'csf', '2014-12-17 18:44:33.174000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- ------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------ -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------------------- ----------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.345000', 'itemType: book', 'csf', '2014-12-17 18:44:37.345000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 56ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.374000', 'itemType: book', 'csf', '2014-12-17 18:44:37.374000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 45ms (Views: 7.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.433000', 'itemType: book', 'csf', '2014-12-17 18:44:37.433000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (4.0ms) -Completed 200 OK in 25ms (Views: 6.0ms | ActiveRecord: 2.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.472000', 'itemType: book', 'csf', '2014-12-17 18:44:37.472000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 27ms (Views: 5.0ms | ActiveRecord: 2.0ms) -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.516000', 'itemType: book', 'csf', '2014-12-17 18:44:37.516000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------- -RecordTest: test_new_nokogiri_xml_document ------------------------------------------- -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (6.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:08.103000', 'itemType: book', 'csf', '2014-12-17 18:49:08.103000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("created_at", "data", "from_format", "updated_at") VALUES ('2014-12-17 18:49:12.101000', 'itemType: book', 'csf', '2014-12-17 18:49:12.101000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- ------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------ -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------------------- ----------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:13.603000', 'itemType: book', 'csf', '2014-12-17 18:49:13.603000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- ---------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Record ---------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_record --------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_records_can_be_converted -------------------------------------------------------------------------- - Savepoint (3.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:14.898000', 'itemType: book', 'csf', '2014-12-17 18:49:14.898000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 14ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:14.923000', 'itemType: book', 'csf', '2014-12-17 18:49:14.923000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 51ms (Views: 6.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:14.985000', 'itemType: book', 'csf', '2014-12-17 18:49:14.985000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (1.0ms) -Completed 200 OK in 18ms (Views: 4.0ms | ActiveRecord: 2.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:15.016000', 'itemType: book', 'csf', '2014-12-17 18:49:15.016000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 22ms (Views: 4.0ms | ActiveRecord: 1.0ms) -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (14.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (44.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) SELECT sqlite_version(*) -  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" +  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') +  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-09 20:53:01.394000', '2015-01-09 20:53:01.394000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-09 20:53:05.721000', '2015-01-09 20:53:05.721000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-09 20:53:07.110000', '2015-01-09 20:53:07.110000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- +  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (12.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (3.0ms) SAVEPOINT active_record_1 - SQL (19.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:51.377000', 'itemType: book', 'csf', '2015-01-09 21:00:51.377000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("created_at", "data", "from_format", "updated_at") VALUES ('2015-01-09 21:00:55.427000', 'itemType: book', 'csf', '2015-01-09 21:00:55.427000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:56.941000', 'itemType: book', 'csf', '2015-01-09 21:00:56.941000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 15ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (10.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:57.005000', 'itemType: book', 'csf', '2015-01-09 21:00:57.005000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (20.0ms) -Completed 200 OK in 171ms (Views: 24.0ms | ActiveRecord: 11.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:57.197000', 'itemType: book', 'csf', '2015-01-09 21:00:57.197000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 24ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:57.294000', 'itemType: book', 'csf', '2015-01-09 21:00:57.294000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 28ms (Views: 3.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:57.357000', 'itemType: book', 'csf', '2015-01-09 21:00:57.357000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (12.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (74.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-21 19:49:36.962000', 'itemType: book', 'csf', '2015-01-21 19:49:36.962000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- @@ -1322,590 +49,103 @@ ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-21 19:49:42.039000', 'itemType: book', 'csf', '2015-01-21 19:49:42.039000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-21 19:49:43.439000', 'itemType: book', 'csf', '2015-01-21 19:49:43.439000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 13ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-21 19:49:43.462000', 'itemType: book', 'csf', '2015-01-21 19:49:43.462000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (3.0ms) -Completed 200 OK in 68ms (Views: 5.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-21 19:49:43.546000', 'itemType: book', 'csf', '2015-01-21 19:49:43.546000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.bib (2.0ms) -Completed 200 OK in 20ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-21 19:49:43.576000', 'itemType: book', 'csf', '2015-01-21 19:49:43.576000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Sent data 1.ris (2.0ms) -Completed 200 OK in 23ms (Views: 3.0ms | ActiveRecord: 0.0ms) -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("created_at", "data", "from_format", "updated_at") VALUES ('2015-01-21 19:49:43.642000', 'itemType: book', 'csf', '2015-01-21 19:49:43.642000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (38.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (3.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:12:16.900000', '2015-01-21 20:12:16.900000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:12:20.716000', '2015-01-21 20:12:20.716000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:12:22.116000', '2015-01-21 20:12:22.116000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ Savepoint (2.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (6.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:31:12.705000', '2015-01-21 20:31:12.705000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:31:16.870000', '2015-01-21 20:31:16.870000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:31:18.166000', '2015-01-21 20:31:18.166000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" +  (12.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" + ActiveRecord::SchemaMigration Load (3.0ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (11.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" +  (15.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (3.0ms) SELECT sqlite_version(*) +  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') +  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (3.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:33:52.832000', '2015-01-21 20:33:52.832000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:33:56.760000', '2015-01-21 20:33:56.760000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:33:58.084000', '2015-01-21 20:33:58.084000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" + ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- +  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (21.0ms) SAVEPOINT active_record_1 + Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 @@ -1916,1002 +156,61 @@ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:39:09.391000', '2015-01-21 20:39:09.391000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:39:13.185000', '2015-01-21 20:39:13.185000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 20:39:14.539000', '2015-01-21 20:39:14.539000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (16.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:17:24.043000', '2015-01-21 21:17:24.043000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:17:27.811000', '2015-01-21 21:17:27.811000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:17:29.217000', '2015-01-21 21:17:29.217000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (3.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:22:09.060000', '2015-01-21 21:22:09.060000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:22:13.017000', '2015-01-21 21:22:13.017000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:22:14.350000', '2015-01-21 21:22:14.350000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (7.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as HTML -Completed 500 Internal Server Error in 42ms -Processing by TestController#test as BIBTEX -Completed 500 Internal Server Error in 5ms -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:29:22.946000', '2015-01-21 21:29:22.946000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:29:26.671000', '2015-01-21 21:29:26.671000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:29:28.033000', '2015-01-21 21:29:28.033000') - Savepoint (2.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (5.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 21:31:50.467000', '2015-01-21 21:31:50.467000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (2.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-21 23:00:52.266000', '2015-01-21 23:00:52.266000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (10.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (46.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (5.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 17:16:22.675000', '2015-01-28 17:16:22.675000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 17:16:26.927000', '2015-01-28 17:16:26.927000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 17:16:28.259000', '2015-01-28 17:16:28.259000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (7.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (3.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 17:26:41.642000', '2015-01-28 17:26:41.642000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 17:44:47.065000', '2015-01-28 17:44:47.065000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 17:44:48.296000', '2015-01-28 17:44:48.296000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 @@ -2927,388 +226,39 @@ RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (39.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (5.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:13:01.931000', '2015-01-28 18:13:01.931000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:13:06.073000', '2015-01-28 18:13:06.073000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:13:07.407000', '2015-01-28 18:13:07.407000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex --------------------------------------------------  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:15:35.020000', '2015-01-28 18:15:35.020000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:15:38.965000', '2015-01-28 18:15:38.965000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:15:40.331000', '2015-01-28 18:15:40.331000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 250485ms -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:19:50.849000', '2015-01-28 18:19:50.849000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') +  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:24:25.273000', '2015-01-28 18:24:25.273000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:24:29.018000', '2015-01-28 18:24:29.018000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- +  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (4.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 @@ -3317,11 +267,11 @@ RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- @@ -3333,131 +283,11 @@ ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:24:30.300000', '2015-01-28 18:24:30.300000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (37.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (13.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:58:55.013000', '2015-01-28 18:58:55.013000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:59:00.047000', '2015-01-28 18:59:00.047000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- @@ -3475,304 +305,20 @@ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:59:01.448000', '2015-01-28 18:59:01.448000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 18:59:02.693000', '2015-01-28 18:59:02.693000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 1221025ms -  (6.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (21.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (3.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:20:15.918000', '2015-01-28 19:20:15.918000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data export.bib (17.0ms) -Completed 200 OK in 26375ms (Views: 19.0ms | ActiveRecord: 8.0ms) ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:20:42.307000', '2015-01-28 19:20:42.307000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:20:47.460000', '2015-01-28 19:20:47.460000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:20:49.078000', '2015-01-28 19:20:49.078000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (34.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:21:12.690000', '2015-01-28 19:21:12.690000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:21:16.675000', '2015-01-28 19:21:16.675000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record @@ -3788,1207 +334,51 @@ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:21:18.263000', '2015-01-28 19:21:18.263000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (3.0ms) -Completed 200 OK in 31692ms (Views: 6.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:21:49.972000', '2015-01-28 19:21:49.972000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (18.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:22:35.655000', '2015-01-28 19:22:35.655000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:22:39.544000', '2015-01-28 19:22:39.544000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (4.0ms) -Completed 200 OK in 62ms (Views: 9.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:22:39.651000', '2015-01-28 19:22:39.651000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:22:41.041000', '2015-01-28 19:22:41.041000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (5.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:24:20.890000', '2015-01-28 19:24:20.890000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:24:25.110000', '2015-01-28 19:24:25.110000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:24:26.698000', '2015-01-28 19:24:26.698000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:24:28.021000', '2015-01-28 19:24:28.021000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 13ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:24:28.046000', '2015-01-28 19:24:28.046000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (5.0ms) -Completed 200 OK in 50ms (Views: 7.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:24:28.112000', '2015-01-28 19:24:28.112000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (2.0ms) -Completed 200 OK in 19ms (Views: 5.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:24:28.150000', '2015-01-28 19:24:28.150000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.ris (3.0ms) -Completed 200 OK in 24ms (Views: 5.0ms | ActiveRecord: 2.0ms) -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" +  (6.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (5.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:36:43.775000', '2015-01-28 19:36:43.775000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:36:47.877000', '2015-01-28 19:36:47.877000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:36:49.462000', '2015-01-28 19:36:49.462000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 17ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (2.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:36:49.490000', '2015-01-28 19:36:49.490000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (6.0ms) -Completed 200 OK in 48ms (Views: 9.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:36:49.553000', '2015-01-28 19:36:49.553000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (2.0ms) -Completed 200 OK in 21ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:36:49.595000', '2015-01-28 19:36:49.595000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.ris (2.0ms) -Completed 200 OK in 29ms (Views: 4.0ms | ActiveRecord: 1.0ms) -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:36:49.627000', '2015-01-28 19:36:49.627000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) SELECT sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') +  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (8.0ms) SAVEPOINT active_record_1 - SQL (3.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:41:04.678000', '2015-01-28 19:41:04.678000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:41:08.686000', '2015-01-28 19:41:08.686000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:41:10.171000', '2015-01-28 19:41:10.171000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (3.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (17.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (0.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:43:43.549000', '2015-01-28 19:43:43.549000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 94ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:43:43.611000', '2015-01-28 19:43:43.611000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data 1.bib (3.0ms) -Completed 200 OK in 97ms (Views: 64.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:43:43.717000', '2015-01-28 19:43:43.717000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (1.0ms) -Completed 200 OK in 24ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:43:43.754000', '2015-01-28 19:43:43.754000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data 1.ris (2.0ms) -Completed 200 OK in 24ms (Views: 6.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:43:43.902000', '2015-01-28 19:43:43.902000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:43:47.637000', '2015-01-28 19:43:47.637000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- +  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:43:48.981000', '2015-01-28 19:43:48.981000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (6.0ms) SAVEPOINT active_record_1 - SQL (34.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:45:34.911000', '2015-01-28 19:45:34.911000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:45:39.076000', '2015-01-28 19:45:39.076000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:45:40.432000', '2015-01-28 19:45:40.432000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ Savepoint (2.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:45:41.667000', '2015-01-28 19:45:41.667000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 15ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:45:41.689000', '2015-01-28 19:45:41.689000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (5.0ms) -Completed 200 OK in 67ms (Views: 8.0ms | ActiveRecord: 0.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:45:41.768000', '2015-01-28 19:45:41.768000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (2.0ms) -Completed 200 OK in 20ms (Views: 3.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:45:41.795000', '2015-01-28 19:45:41.795000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.ris (3.0ms) -Completed 200 OK in 27ms (Views: 6.0ms | ActiveRecord: 1.0ms) -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:46:48.658000', '2015-01-28 19:46:48.658000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 @@ -5004,311 +394,23 @@ RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:46:52.746000', '2015-01-28 19:46:52.746000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:46:54.149000', '2015-01-28 19:46:54.149000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:46:55.561000', '2015-01-28 19:46:55.561000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 14ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:46:55.601000', '2015-01-28 19:46:55.601000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data 1.bib (3.0ms) -Completed 200 OK in 39ms (Views: 5.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:46:55.650000', '2015-01-28 19:46:55.650000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (2.0ms) -Completed 200 OK in 19ms (Views: 3.0ms | ActiveRecord: 2.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:46:55.678000', '2015-01-28 19:46:55.678000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.ris (3.0ms) -Completed 200 OK in 26ms (Views: 5.0ms | ActiveRecord: 1.0ms) -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (17.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (73.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:48:46.888000', '2015-01-28 19:48:46.888000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:48:50.669000', '2015-01-28 19:48:50.669000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 24ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (34.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:48:50.711000', '2015-01-28 19:48:50.711000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (3.0ms) -Completed 200 OK in 95ms (Views: 8.0ms | ActiveRecord: 35.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:48:50.815000', '2015-01-28 19:48:50.815000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (1.0ms) -Completed 200 OK in 23ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:48:50.846000', '2015-01-28 19:48:50.846000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.ris (4.0ms) -Completed 200 OK in 27ms (Views: 7.0ms | ActiveRecord: 0.0ms) ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:48:50.908000', '2015-01-28 19:48:50.908000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-28 19:48:52.308000', '2015-01-28 19:48:52.308000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 @@ -5326,44 +428,16 @@ --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (12.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (24.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:23:54.170000', '2015-01-29 18:23:54.170000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record @@ -5374,12 +448,12 @@ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (1.0ms) SAVEPOINT active_record_1 + Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 @@ -5392,2985 +466,140 @@ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:23:58.359000', '2015-01-29 18:23:58.359000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:23:59.798000', '2015-01-29 18:23:59.798000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 16ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (3.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:23:59.823000', '2015-01-29 18:23:59.823000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data 1.bib (4.0ms) -Completed 200 OK in 67ms (Views: 7.0ms | ActiveRecord: 5.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:23:59.902000', '2015-01-29 18:23:59.902000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (1.0ms) -Completed 200 OK in 21ms (Views: 4.0ms | ActiveRecord: 2.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:23:59.934000', '2015-01-29 18:23:59.934000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.ris (3.0ms) -Completed 200 OK in 28ms (Views: 5.0ms | ActiveRecord: 3.0ms) -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:23:59.963000', '2015-01-29 18:23:59.963000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (22.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" +  (4.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "from_format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (15.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (0.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (2.0ms) SELECT sqlite_version(*) +  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" +  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (5.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:28:44.525000', '2015-01-29 18:28:44.525000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- +  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:28:48.391000', '2015-01-29 18:28:48.391000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 24ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:28:48.427000', '2015-01-29 18:28:48.427000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (3.0ms) -Completed 200 OK in 51ms (Views: 9.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:28:48.490000', '2015-01-29 18:28:48.490000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.bib (2.0ms) -Completed 200 OK in 22ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:28:48.523000', '2015-01-29 18:28:48.523000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data 1.ris (3.0ms) -Completed 200 OK in 51ms (Views: 6.0ms | ActiveRecord: 0.0ms) ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:28:48.607000', '2015-01-29 18:28:48.607000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-29 18:28:49.912000', '2015-01-29 18:28:49.912000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (10.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (31.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 20:12:26.088000', '2015-01-30 20:12:26.088000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 147ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 20:12:26.192000', '2015-01-30 20:12:26.192000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 18ms -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 20:12:26.219000', '2015-01-30 20:12:26.219000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 21ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 20:12:26.250000', '2015-01-30 20:12:26.250000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 17ms ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 20:12:26.295000', '2015-01-30 20:12:26.295000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 20:12:30.644000', '2015-01-30 20:12:30.644000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 20:12:31.963000', '2015-01-30 20:12:31.963000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (11.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (46.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (18.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:02:27.994000', '2015-01-30 21:02:27.994000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:02:32.923000', '2015-01-30 21:02:32.923000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 72ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:02:32.966000', '2015-01-30 21:02:32.966000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 77ms -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:02:33.049000', '2015-01-30 21:02:33.049000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 20ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:02:33.077000', '2015-01-30 21:02:33.077000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 18ms -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:02:33.103000', '2015-01-30 21:02:33.103000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:02:34.469000', '2015-01-30 21:02:34.469000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (7.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (4.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (12.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (22.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (5.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:06:06.651000', '2015-01-30 21:06:06.651000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:06:11.137000', '2015-01-30 21:06:11.137000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:06:12.646000', '2015-01-30 21:06:12.646000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 24ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:06:12.687000', '2015-01-30 21:06:12.687000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 24ms ------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:06:12.723000', '2015-01-30 21:06:12.723000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 20ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:06:12.749000', '2015-01-30 21:06:12.749000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 22ms -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:06:12.812000', '2015-01-30 21:06:12.812000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- -  (43.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (10.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (21.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (42.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (12.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (32.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (24.0ms) SELECT sqlite_version(*) -  (16.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (19.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (14.0ms) SAVEPOINT active_record_1 - SQL (73.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:07:33.750000', '2015-01-30 21:07:33.750000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:07:39.437000', '2015-01-30 21:07:39.437000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 24ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:07:39.486000', '2015-01-30 21:07:39.486000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 57ms -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:07:39.551000', '2015-01-30 21:07:39.551000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 19ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:07:39.578000', '2015-01-30 21:07:39.578000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 17ms -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:07:39.601000', '2015-01-30 21:07:39.601000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:07:41.139000', '2015-01-30 21:07:41.139000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (14.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (16.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (25.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (14.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (32.0ms) SELECT sqlite_version(*) -  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (28.0ms) SAVEPOINT active_record_1 - SQL (147.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:09:26.172000', '2015-01-30 21:09:26.172000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:09:31.459000', '2015-01-30 21:09:31.459000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:09:32.836000', '2015-01-30 21:09:32.836000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:09:34.147000', '2015-01-30 21:09:34.147000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 14ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:09:34.177000', '2015-01-30 21:09:34.177000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 15ms -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:09:34.201000', '2015-01-30 21:09:34.201000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 17ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:09:34.229000', '2015-01-30 21:09:34.229000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 16ms -  (27.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (12.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (15.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (26.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (23.0ms) SELECT sqlite_version(*) -  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (41.0ms) SAVEPOINT active_record_1 - SQL (29.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:53:43.740000', '2015-01-30 21:53:43.740000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:53:48.733000', '2015-01-30 21:53:48.733000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:53:50.099000', '2015-01-30 21:53:50.099000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:53:51.293000', '2015-01-30 21:53:51.293000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 12ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:53:51.318000', '2015-01-30 21:53:51.318000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 49ms -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:53:51.376000', '2015-01-30 21:53:51.376000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 19ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 21:53:51.405000', '2015-01-30 21:53:51.405000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 22ms -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (24.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (21.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (5.0ms) SAVEPOINT active_record_1 - SQL (3.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:02:31.864000', '2015-01-30 22:02:31.864000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (7.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:03:21.390000', '2015-01-30 22:03:21.390000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:03:25.186000', '2015-01-30 22:03:25.186000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:03:26.481000', '2015-01-30 22:03:26.481000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (1.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:04:24.547000', '2015-01-30 22:04:24.547000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:04:28.268000', '2015-01-30 22:04:28.268000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 208077ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:07:56.325000', '2015-01-30 22:07:56.325000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 985ms -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:07:57.317000', '2015-01-30 22:07:57.317000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 69ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:07:57.394000', '2015-01-30 22:07:57.394000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 79ms -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:07:57.479000', '2015-01-30 22:07:57.479000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:07:58.784000', '2015-01-30 22:07:58.784000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (4.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (223.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (163.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (91.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:10:17.351000', '2015-01-30 22:10:17.351000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 69ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:10:17.390000', '2015-01-30 22:10:17.390000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (17.0ms) -Completed 200 OK in 110ms (Views: 79.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:10:17.509000', '2015-01-30 22:10:17.509000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (2.0ms) -Completed 200 OK in 23ms (Views: 3.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:10:17.541000', '2015-01-30 22:10:17.541000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 500 Internal Server Error in 28ms -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:10:17.667000', '2015-01-30 22:10:17.667000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:10:21.704000', '2015-01-30 22:10:21.704000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:10:23.091000', '2015-01-30 22:10:23.091000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (5.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:11:19.995000', '2015-01-30 22:11:19.995000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:11:23.786000', '2015-01-30 22:11:23.786000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 22ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:11:23.817000', '2015-01-30 22:11:23.817000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (4.0ms) -Completed 200 OK in 57ms (Views: 6.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:11:23.886000', '2015-01-30 22:11:23.886000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data (2.0ms) -Completed 200 OK in 21ms (Views: 4.0ms | ActiveRecord: 2.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:11:23.919000', '2015-01-30 22:11:23.919000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (3.0ms) -Completed 200 OK in 21ms (Views: 5.0ms | ActiveRecord: 0.0ms) ----------------------------------------------------------------------------- -InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ----------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:11:23.979000', '2015-01-30 22:11:23.979000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:11:25.378000', '2015-01-30 22:11:25.378000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (4.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:13:43.321000', '2015-01-30 22:13:43.321000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 46ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:13:43.369000', '2015-01-30 22:13:43.369000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (4.0ms) -Completed 200 OK in 59ms (Views: 6.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:13:43.443000', '2015-01-30 22:13:43.443000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (2.0ms) -Completed 200 OK in 29ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:13:43.477000', '2015-01-30 22:13:43.477000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (2.0ms) -Completed 200 OK in 24ms (Views: 7.0ms | ActiveRecord: 2.0ms) -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:13:43.506000', '2015-01-30 22:13:43.506000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:13:44.773000', '2015-01-30 22:13:44.773000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (6.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:21:43.193000', '2015-01-30 22:21:43.193000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:21:48.298000', '2015-01-30 22:21:48.298000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 16ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:21:48.324000', '2015-01-30 22:21:48.324000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (3.0ms) -Completed 200 OK in 39ms (Views: 5.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:21:48.372000', '2015-01-30 22:21:48.372000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (1.0ms) -Completed 200 OK in 19ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (2.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:21:48.406000', '2015-01-30 22:21:48.406000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data (3.0ms) -Completed 200 OK in 29ms (Views: 5.0ms | ActiveRecord: 3.0ms) -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:21:48.440000', '2015-01-30 22:21:48.440000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:23:57.078000', '2015-01-30 22:23:57.078000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------- -RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:02.095000', '2015-01-30 22:24:02.095000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:03.236000', '2015-01-30 22:24:03.236000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 13ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:03.255000', '2015-01-30 22:24:03.255000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data (4.0ms) -Completed 200 OK in 41ms (Views: 8.0ms | ActiveRecord: 3.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:03.305000', '2015-01-30 22:24:03.305000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (1.0ms) -Completed 200 OK in 18ms (Views: 3.0ms | ActiveRecord: 0.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:03.329000', '2015-01-30 22:24:03.329000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (2.0ms) -Completed 200 OK in 20ms (Views: 3.0ms | ActiveRecord: 0.0ms) -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (15.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" +  (4.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "from_format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (3.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (0.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) +  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (1.0ms) SELECT sqlite_version(*) +  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') +  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (5.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:56.509000', '2015-01-30 22:24:56.509000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 65ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:56.567000', '2015-01-30 22:24:56.567000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data (3.0ms) -Completed 200 OK in 101ms (Views: 64.0ms | ActiveRecord: 2.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:56.672000', '2015-01-30 22:24:56.672000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (2.0ms) -Completed 200 OK in 24ms (Views: 3.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:24:56.704000', '2015-01-30 22:24:56.704000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (2.0ms) -Completed 200 OK in 22ms (Views: 5.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (2.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------- -RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:25:01.621000', '2015-01-30 22:25:01.621000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------- -TestControllerTest: test_should_not_respond_to_arbitrary_format ---------------------------------------------------------------- -Processing by TestController#test as -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' - Savepoint (4.0ms) SAVEPOINT active_record_1 - SQL (4.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:25:52.247000', '2015-01-30 22:25:52.247000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -Completed 406 Not Acceptable in 65ms ----------------------------------------------- -TestControllerTest: test_should_respond_to_bib ----------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:25:52.287000', '2015-01-30 22:25:52.287000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (1.0ms) -Sent data (3.0ms) -Completed 200 OK in 95ms (Views: 65.0ms | ActiveRecord: 1.0ms) -------------------------------------------------- -TestControllerTest: test_should_respond_to_bibtex -------------------------------------------------- -Processing by TestController#test as BIBTEX - Savepoint (0.0ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:25:52.390000', '2015-01-30 22:25:52.390000') - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (1.0ms) -Completed 200 OK in 27ms (Views: 3.0ms | ActiveRecord: 1.0ms) ----------------------------------------------- -TestControllerTest: test_should_respond_to_ris ----------------------------------------------- -Processing by TestController#test as RIS - Savepoint (1.0ms) SAVEPOINT active_record_1 - SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-30 22:25:52.424000', '2015-01-30 22:25:52.424000') - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 - Rendered text template (0.0ms) -Sent data (2.0ms) -Completed 200 OK in 26ms (Views: 7.0ms | ActiveRecord: 2.0ms) -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" -  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" -  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" -  (1.0ms) SELECT sqlite_version(*) -  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.0ms) SELECT version FROM "schema_migrations" -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225') -  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429') -  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" - ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------- -  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' -------------------------------------------------------------------------- -InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record -------------------------------------------------------------------------- ------------------------------------------------------------ -InheritedRecordTest: test_should_be_available_to_convert_to ------------------------------------------------------------ - Savepoint (4.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------ -InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ------------------------------------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ----------------------------------------------------------------------- ------------------------------------------------------------------------- -InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------- ------------------------------------------------------- -InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------- -ActsAsCitableTest: test_new_nokogiri_xml_document -------------------------------------------------- ------------------------------ -ActsAsCitableTest: test_truth ------------------------------ -------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------------------- --------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields --------------------------------------------------------------------------------------- --------------------------------------------------------------- -RecordChangedFieldTest: test_should_be_available_to_convert_to --------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields -------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- -RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------------------- ---------------------------------------------------------- -RecordChangedFieldTest: test_should_raise_no_method_error ---------------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------- ------------------------------------------------------- -RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------- --------------------------------------------------- -RecordTest: test_should_be_available_to_convert_to --------------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------ -RecordTest: test_should_check_if_i_can_use_the_record ------------------------------------------------------ - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------- ----------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_records_can_be_converted ----------------------------------------------------------------- - Savepoint (1.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------- -RecordTest: test_should_check_to_see_if_you_cannot_convert_from ---------------------------------------------------------------- ---------------------------------------------- -RecordTest: test_should_raise_no_method_error ---------------------------------------------- - Savepoint (0.0ms) SAVEPOINT active_record_1 - Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1