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 @@
[1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35m (0.0ms)[0m 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
--------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
-----------------------------------------------------------------
-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")
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (19.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
-------------------------------------------
-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
------------------------------------------------------
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
- [1m[35m (0.0ms)[0m 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
----------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (22.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 85ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------
- [1m[36m (38.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (6.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (14.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
-Completed 500 Internal Server Error in 55ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (38.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (51.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
--------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (13.0ms)[0m [1mDELETE FROM "records" WHERE "records"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
-----------------------------------------------------------------
-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
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-RecordTest: test_should_work_with_models_inherited_acts_as_citable_models
--------------------------------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
-------------------------------------------------------
-RecordTest: test_should_be_able_to_create_a_new_Record
-------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (7.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (15.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 101ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Sent data 1.ris (2.0ms)
-Completed 200 OK in 23ms (Views: 3.0ms | ActiveRecord: 1.0ms)
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (5.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 136ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
+ [1m[36m (2.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
+ [1m[35m (4.0ms)[0m 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)
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35mSavepoint (6.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (5.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 98ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
------------------------------
- [1m[36m (5.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35mSavepoint (5.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 80ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
-------------------------------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 76ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-------------------------------------------------------
-RecordTest: test_should_be_able_to_create_a_new_Record
-------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (7.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (5.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 50ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Sent data 1.ris (3.0ms)
-Completed 200 OK in 28ms (Views: 6.0ms | ActiveRecord: 1.0ms)
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (3.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 75ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
-------------------------------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (2.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 14ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Sent data 1.ris (2.0ms)
-Completed 200 OK in 23ms (Views: 4.0ms | ActiveRecord: 1.0ms)
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (5.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35mSavepoint (5.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------------------
-----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 56ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
--------------------------------------------------------------------
- [1m[36mSavepoint (2.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "records" WHERE "records"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (6.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (2.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (2.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35m (1.0ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mDELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
-----------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "records" WHERE "records"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
---------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_record
---------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
--------------------------------------------------------------------------
- [1m[36mSavepoint (3.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from
-------------------------------------------------------------------------
-------------------------------------------------------
-InheritedRecordTest: test_should_raise_no_method_error
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 14ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Sent data 1.ris (2.0ms)
-Completed 200 OK in 22ms (Views: 4.0ms | ActiveRecord: 1.0ms)
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (14.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (5.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (44.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
[1m[35m (1.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[35m (0.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
+ [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m 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
--------------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------
RecordTest: test_should_be_able_to_convert_to_an_export_STYLE
-------------------------------------------------------------
+ [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
------------------------------------------------------
RecordTest: test_should_be_able_to_create_a_new_Record
------------------------------------------------------
--------------------------------------------------
RecordTest: test_should_be_available_to_convert_to
--------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------
RecordTest: test_should_check_if_i_can_use_the_record
-----------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-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
-----------------------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (12.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
[1m[35mSavepoint (3.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (19.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
RecordTest: test_should_check_to_see_if_format_fields_are_set
-------------------------------------------------------------
----------------------------------------------------------------
RecordTest: test_should_check_to_see_if_records_can_be_converted
----------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35m (1.0ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mDELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
---------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 15ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (10.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "records" WHERE "records"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (12.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (74.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
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
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 13ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
--------------------------------------------------------------------------------
- [1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mDELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
--------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------------------
RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
-------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (38.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (3.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-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
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
[1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (6.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
---------------------------------------------------------------------------
RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
---------------------------------------------------------------------------
---------------------------------------------------------
RecordChangedFieldTest: test_should_raise_no_method_error
---------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------
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
-----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------
InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
------------------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------------
InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
-----------------------------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------
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
------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
+ [1m[36m (12.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (3.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (11.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
+ [1m[35m (15.0ms)[0m 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)
+ [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
[1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[35m (3.0ms)[0m SELECT sqlite_version(*)
+ [1m[36m (3.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
+ [1m[36m (3.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
[1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m 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
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (3.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36m (2.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------------
InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE
----------------------------------------------------------------------
+ [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
-------------------------------------------------------------------------
InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record
-------------------------------------------------------------------------
-----------------------------------------------------------
InheritedRecordTest: test_should_be_available_to_convert_to
-----------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSavepoint (21.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------
InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
------------------------------------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------------
InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
-----------------------------------------------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
@@ -1916,1002 +156,61 @@
InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from
------------------------------------------------------------------------
------------------------------------------------------
InheritedRecordTest: test_should_raise_no_method_error
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (16.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
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
--------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-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
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (3.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------------
RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
-------------------------------------------------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (7.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m 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
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (2.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (5.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (2.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
---------------------------------------------------------------------------
RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
---------------------------------------------------------------------------
---------------------------------------------------------
RecordChangedFieldTest: test_should_raise_no_method_error
---------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
+ [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------
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
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE
-----------------------------------------------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (10.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (46.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m 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
-----------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (5.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------
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
--------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (7.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (3.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------
RecordTest: test_should_check_if_i_can_use_the_record
-----------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
@@ -2927,388 +226,39 @@
RecordTest: test_should_check_to_see_if_you_cannot_convert_from
---------------------------------------------------------------
---------------------------------------------
RecordTest: test_should_raise_no_method_error
---------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (39.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
[1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
[1m[35m (5.0ms)[0m 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)
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (3.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
--------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mDELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE
--------------------------------------------------------------------------
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
[1m[35m (1.0ms)[0m 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)
[1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
+ [1m[35m (0.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------
RecordTest: test_should_be_able_to_convert_to_an_export_STYLE
-------------------------------------------------------------
+ [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
------------------------------------------------------
RecordTest: test_should_be_able_to_create_a_new_Record
------------------------------------------------------
--------------------------------------------------
RecordTest: test_should_be_available_to_convert_to
--------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------
RecordTest: test_should_check_if_i_can_use_the_record
-----------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m 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
----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
---------------------------------------------------------------
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
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (37.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (13.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m 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
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
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
------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 1221025ms
- [1m[36m (6.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (21.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m 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
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (3.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mDELETE FROM "records" WHERE "records"."id" = 1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "records" WHERE "records"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36mSavepoint (2.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mDELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
---------------------------------------------------------------------------
RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
---------------------------------------------------------------------------
---------------------------------------------------------
RecordChangedFieldTest: test_should_raise_no_method_error
---------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (34.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------
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 @@
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------------
InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
-----------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
--------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mDELETE FROM "records" WHERE "records"."id" = 1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
---------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (18.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "records" WHERE "records"."id" = 1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36mSavepoint (2.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mDELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (5.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 13ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- Rendered text template (0.0ms)
-Sent data 1.ris (3.0ms)
-Completed 200 OK in 24ms (Views: 5.0ms | ActiveRecord: 2.0ms)
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (5.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
+ [1m[36m (6.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
[1m[35m (6.0ms)[0m 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)
[1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
[1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
[1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (5.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 17ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (2.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
--------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
+ [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35m (1.0ms)[0m SELECT sqlite_version(*)
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
+ [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (8.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (3.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-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
--------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (3.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (17.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (0.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 94ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------
RecordTest: test_should_be_able_to_convert_to_an_export_STYLE
-------------------------------------------------------------
+ [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
------------------------------------------------------
RecordTest: test_should_be_able_to_create_a_new_Record
------------------------------------------------------
--------------------------------------------------
RecordTest: test_should_be_available_to_convert_to
--------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (6.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (34.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
[1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 15ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- Rendered text template (0.0ms)
-Sent data 1.ris (3.0ms)
-Completed 200 OK in 27ms (Views: 6.0ms | ActiveRecord: 1.0ms)
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------
RecordTest: test_should_check_if_i_can_use_the_record
-----------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
@@ -5004,311 +394,23 @@
RecordTest: test_should_check_to_see_if_you_cannot_convert_from
---------------------------------------------------------------
---------------------------------------------
RecordTest: test_should_raise_no_method_error
---------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
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
--------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 14ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- Rendered text template (0.0ms)
-Sent data 1.ris (3.0ms)
-Completed 200 OK in 26ms (Views: 5.0ms | ActiveRecord: 1.0ms)
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (17.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (73.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m 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
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 24ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (34.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
-----------------------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------------
RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
-------------------------------------------------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
@@ -5326,44 +428,16 @@
---------------------------------------------------------
RecordChangedFieldTest: test_should_raise_no_method_error
---------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (12.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (24.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m 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
-----------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------
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 @@
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------
InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------------
InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
-----------------------------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
@@ -5392,2985 +466,140 @@
------------------------------------------------------
InheritedRecordTest: test_should_raise_no_method_error
------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 16ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (3.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[36m (5.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (22.0ms)[0m 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)
+ [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
+ [1m[35m (4.0ms)[0m 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)
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (15.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
+ [1m[35m (0.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (2.0ms)[0m [1mSELECT sqlite_version(*)[0m
+ [1m[35m (1.0ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
+ [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
[1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (5.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------
RecordTest: test_should_be_able_to_convert_to_an_export_STYLE
-------------------------------------------------------------
+ [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
------------------------------------------------------
RecordTest: test_should_be_able_to_create_a_new_Record
------------------------------------------------------
--------------------------------------------------
RecordTest: test_should_be_available_to_convert_to
--------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 24ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
-----------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (10.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (31.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
[1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 147ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 18ms
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 21ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_ris
-----------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 17ms
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
--------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------
RecordTest: test_should_check_if_i_can_use_the_record
-----------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (11.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (46.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m 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
--------------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (18.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 72ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 77ms
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 20ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_ris
-----------------------------------------------
-Processing by TestController#test as RIS
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 18ms
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
RecordTest: test_should_check_to_see_if_format_fields_are_set
-------------------------------------------------------------
----------------------------------------------------------------
RecordTest: test_should_check_to_see_if_records_can_be_converted
----------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (7.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (4.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (12.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (22.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (5.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
---------------------------------------------------------------
RecordTest: test_should_check_to_see_if_you_cannot_convert_from
---------------------------------------------------------------
---------------------------------------------
RecordTest: test_should_raise_no_method_error
---------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 24ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 24ms
-------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 20ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_ris
-----------------------------------------------
-Processing by TestController#test as RIS
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 22ms
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------
ActsAsCitableTest: test_new_nokogiri_xml_document
-------------------------------------------------
-----------------------------
ActsAsCitableTest: test_truth
-----------------------------
- [1m[36m (43.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (10.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (21.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (42.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (12.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (32.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (24.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (16.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (19.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (14.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (73.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 24ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 57ms
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 19ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_ris
-----------------------------------------------
-Processing by TestController#test as RIS
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 17ms
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
--------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (14.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (16.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (25.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (14.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (32.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (28.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (147.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
--------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 14ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 15ms
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 17ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_ris
-----------------------------------------------
-Processing by TestController#test as
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 16ms
- [1m[36m (27.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (12.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (15.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (26.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (23.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (3.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (41.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (29.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------------
RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
-------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 12ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 49ms
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 19ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_ris
-----------------------------------------------
-Processing by TestController#test as RIS
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 22ms
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (24.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (21.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (5.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (3.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-----------------------------------------------------------------------
-InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE
-----------------------------------------------------------------------
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (7.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (3.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (1.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m 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
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 208077ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 985ms
--------------------------------------------------
-TestControllerTest: test_should_respond_to_bibtex
--------------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 500 Internal Server Error in 69ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_ris
-----------------------------------------------
-Processing by TestController#test as RIS
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 500 Internal Server Error in 79ms
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (4.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (223.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (163.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (91.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 69ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-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
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-----------------------------------------------------------------------------
-InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
-----------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
---------------------------------------------------------------------------
RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
---------------------------------------------------------------------------
---------------------------------------------------------
RecordChangedFieldTest: test_should_raise_no_method_error
---------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (5.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 22ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-----------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------
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
-----------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------
-InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE
-----------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
--------------------------------------------------------------------------
-InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record
--------------------------------------------------------------------------
------------------------------------------------------------
-InheritedRecordTest: test_should_be_available_to_convert_to
------------------------------------------------------------
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
------------------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------------------
InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
-----------------------------------------------------------------------------------
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 46ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
--------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
-----------------------------------------------------------------
- [1m[36mSavepoint (2.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-ActsAsCitableTest: test_new_nokogiri_xml_document
--------------------------------------------------
------------------------------
-ActsAsCitableTest: test_truth
------------------------------
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (2.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (6.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-Completed 406 Not Acceptable in 16ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (2.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
--------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (3.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m 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
-------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------
-RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 13ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- Rendered text template (0.0ms)
-Sent data (2.0ms)
-Completed 200 OK in 20ms (Views: 3.0ms | ActiveRecord: 0.0ms)
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (15.0ms)[0m 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)
+ [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
+ [1m[35m (4.0ms)[0m 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)
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (3.0ms)[0m 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)
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[35m (0.0ms)[0m CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
+ [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (1.0ms)[0m [1mSELECT sqlite_version(*)[0m
+ [1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
+ [1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (5.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 65ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (0.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (1.0ms)[0m 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
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (1.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (2.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------
-RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
--------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
---------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (1.0ms)[0m RELEASE SAVEPOINT active_record_1
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m 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
-------------------------------------------------------------------------------------------------
- [1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
- [1m[36m (4.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (6.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (1.0ms)[0m 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)
[1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
----------------------------------------------------------------
-TestControllerTest: test_should_not_respond_to_arbitrary_format
----------------------------------------------------------------
-Processing by TestController#test as
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (4.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
-Completed 406 Not Acceptable in 65ms
-----------------------------------------------
-TestControllerTest: test_should_respond_to_bib
-----------------------------------------------
-Processing by TestController#test as BIBTEX
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSQL (1.0ms)[0m [1mINSERT 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')[0m
- [1m[35mSavepoint (0.0ms)[0m 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
- [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
- [1m[35mSQL (0.0ms)[0m 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')
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- 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
---------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-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
------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
- [1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"[0m
- [1m[35m (5.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
- [1m[35m (2.0ms)[0m 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)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35m (1.0ms)[0m SELECT sqlite_version(*)
- [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
- [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130221214225')[0m
- [1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')
- [1m[36m (1.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
- [1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-----------------------------------------------------------------------
-InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE
-----------------------------------------------------------------------
- [1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'[0m
--------------------------------------------------------------------------
-InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record
--------------------------------------------------------------------------
------------------------------------------------------------
-InheritedRecordTest: test_should_be_available_to_convert_to
------------------------------------------------------------
- [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record
-------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------------------------------------
-InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted
------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-----------------------------------------------------------------------
-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
-------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------
-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
---------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields
--------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
-------------------------------------------------------------------------------
-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
-------------------------------------------------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------------------
-RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------------------
----------------------------------------------------------
-RecordChangedFieldTest: test_should_raise_no_method_error
----------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-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
---------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
------------------------------------------------------
-RecordTest: test_should_check_if_i_can_use_the_record
------------------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
--------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_format_fields_are_set
--------------------------------------------------------------
-----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_records_can_be_converted
-----------------------------------------------------------------
- [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
----------------------------------------------------------------
-RecordTest: test_should_check_to_see_if_you_cannot_convert_from
----------------------------------------------------------------
----------------------------------------------
-RecordTest: test_should_raise_no_method_error
----------------------------------------------
- [1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
- [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m