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 @@
[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[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"
+-----------------------------
+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 name = "records"[0m
+ [1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (44.0ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:17:57.666000', '2014-12-12 22:17:57.666000')[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" = 3
+ [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 (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
+-------------------------------------------------------------------------
+RecordTest: test_should_work_with_models_inherited_acts_as_citable_models
+-------------------------------------------------------------------------
+ [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" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.306000', '2014-12-12 22:18:01.306000')[0m
+ [1m[35mSavepoint (0.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", "updated_at") VALUES ('2014-12-12 22:18:01.334000', '2014-12-12 22:18:01.334000')
+ [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+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
+ [1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (1.0ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.404000', '2014-12-12 22:18:01.404000')[0m
+ [1m[35mSavepoint (0.0ms)[0m 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
+ [1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.0ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.444000', '2014-12-12 22:18:01.444000')
+ [1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+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
+ [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 (3.0ms)[0m [1mINSERT 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')[0m
+ [1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 406 Not Acceptable in 183.0ms (ActiveRecord: 11.0ms)
+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-12 22:20:25.750000', 'itemType: book', 'csf', '2014-12-12 22:20:25.750000')
+ [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Sent data 3.bib (2.0ms)
+Completed 200 OK in 94.0ms (Views: 44.0ms | ActiveRecord: 0.0ms)
+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-12 22:20:25.852000', 'itemType: book', 'csf', '2014-12-12 22:20:25.852000')[0m
+ [1m[35mSavepoint (0.0ms)[0m 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
+ [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-12 22:20:25.876000', 'itemType: book', 'csf', '2014-12-12 22:20:25.876000')
+ [1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Sent data 3.ris (1.0ms)
+Completed 200 OK in 18.0ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+ [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-12 22:20:25.908000', 'itemType: book', 'csf', '2014-12-12 22:20:25.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 (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 3
+ [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[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[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