test/dummy/log/test.log in acts_as_citable-2.0.2 vs test/dummy/log/test.log in acts_as_citable-3.0.0.pre.alpha

- old
+ new

@@ -10608,5 +10608,140 @@ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" + ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" +----------------------------- +ActsAsCitableTest: test_truth +----------------------------- +------------------------------------------------------------------- +RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex +------------------------------------------------------------------- +  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" + Savepoint (4.0ms) SAVEPOINT active_record_1 + SQL (44.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:17:57.666000', '2014-12-12 22:17:57.666000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 3 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +------------------------------------------ +RecordTest: test_new_nokogiri_xml_document +------------------------------------------ +------------------------------------------------------------- +RecordTest: test_should_be_able_to_convert_to_an_export_STYLE +------------------------------------------------------------- +------------------------------------------------------ +RecordTest: test_should_be_able_to_create_a_new_Record +------------------------------------------------------ +-------------------------------------------------- +RecordTest: test_should_be_available_to_convert_to +-------------------------------------------------- + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +----------------------------------------------------- +RecordTest: test_should_check_if_i_can_use_the_record +----------------------------------------------------- + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +------------------------------------------------------------- +RecordTest: test_should_check_to_see_if_format_fields_are_set +------------------------------------------------------------- +---------------------------------------------------------------- +RecordTest: test_should_check_to_see_if_records_can_be_converted +---------------------------------------------------------------- + Savepoint (1.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +--------------------------------------------------------------- +RecordTest: test_should_check_to_see_if_you_cannot_convert_from +--------------------------------------------------------------- +--------------------------------------------- +RecordTest: test_should_raise_no_method_error +--------------------------------------------- + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +------------------------------------------------------------------------- +RecordTest: test_should_work_with_models_inherited_acts_as_citable_models +------------------------------------------------------------------------- + Savepoint (1.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +--------------------------------------------------------------- +TestControllerTest: test_should_not_respond_to_arbitrary_format +--------------------------------------------------------------- +Processing by TestController#test as + Savepoint (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.306000', '2014-12-12 22:18:01.306000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 406 Not Acceptable in 13ms +---------------------------------------------- +TestControllerTest: test_should_respond_to_bib +---------------------------------------------- +Processing by TestController#test as BIBTEX + Savepoint (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.334000', '2014-12-12 22:18:01.334000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +Sent data 3.bib (4.0ms) +Completed 200 OK in 55ms (Views: 10.0ms | ActiveRecord: 1.0ms) +------------------------------------------------- +TestControllerTest: test_should_respond_to_bibtex +------------------------------------------------- +Processing by TestController#test as BIBTEX + Savepoint (1.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.404000', '2014-12-12 22:18:01.404000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +Sent data 3.bib (3.0ms) +Completed 200 OK in 29ms (Views: 6.0ms | ActiveRecord: 2.0ms) +---------------------------------------------- +TestControllerTest: test_should_respond_to_ris +---------------------------------------------- +Processing by TestController#test as RIS + Savepoint (1.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.444000', '2014-12-12 22:18:01.444000') + Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 +Sent data 3.ris (2.0ms) +Completed 200 OK in 26ms (Views: 4.0ms | ActiveRecord: 3.0ms) +Connecting to database specified by database.yml +Processing by TestController#test as +  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" + Savepoint (4.0ms) SAVEPOINT active_record_1 + SQL (3.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.686000', 'itemType: book', 'csf', '2014-12-12 22:20:25.686000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 406 Not Acceptable in 183.0ms (ActiveRecord: 11.0ms) +Processing by TestController#test as BIBTEX + Savepoint (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.750000', 'itemType: book', 'csf', '2014-12-12 22:20:25.750000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +Sent data 3.bib (2.0ms) +Completed 200 OK in 94.0ms (Views: 44.0ms | ActiveRecord: 0.0ms) +Processing by TestController#test as BIBTEX + Savepoint (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.852000', 'itemType: book', 'csf', '2014-12-12 22:20:25.852000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +Sent data 3.bib (1.0ms) +Completed 200 OK in 14.0ms (Views: 3.0ms | ActiveRecord: 0.0ms) +Processing by TestController#test as RIS + Savepoint (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.876000', 'itemType: book', 'csf', '2014-12-12 22:20:25.876000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 +Sent data 3.ris (1.0ms) +Completed 200 OK in 18.0ms (Views: 5.0ms | ActiveRecord: 0.0ms) + Savepoint (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.908000', 'itemType: book', 'csf', '2014-12-12 22:20:25.908000') + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 3 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 + Savepoint (0.0ms) SAVEPOINT active_record_1 + Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1