(4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (4.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) SELECT sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (3.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ Savepoint (2.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1  (12.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (3.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (11.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (15.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (2.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (3.0ms) SELECT sqlite_version(*)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ----------------------------------------------------------------------  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- Savepoint (21.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (5.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) SELECT sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (4.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (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 ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (6.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (6.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) SELECT sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (2.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (4.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "from_format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (0.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (2.0ms) SELECT sqlite_version(*)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE -------------------------------------------------------------  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (4.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (4.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "from_format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (0.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar, "format" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (1.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"