History for dmpopidor / test / unit
2017-01-27
@Brian Riley
added new seed file that works with new schema. commented out plans and answers for now though because plan model is unfinished
Brian Riley committed on 27 Jan 2017
2017-01-26
@briley
resolved merge conflicts
briley committed on 26 Jan 2017
2017-01-24
@briley
cleaned up tests
briley committed on 24 Jan 2017
@briley
finsihed phase unit tests. added all unit tests that i forgot to add in prior commits
briley committed on 24 Jan 2017
@briley
added organisationtype unit test and finished organisation unit tests
briley committed on 24 Jan 2017
@briley
moving commit from wrong branch to dev
briley committed on 24 Jan 2017
2017-01-21
@Brian Riley
finished guidance_groups test. started on guidance tests
Brian Riley committed on 21 Jan 2017
2017-01-11
@briley
switched visibility over to an enum. updated the project objects accordingly. Added some more unit tests. Updated locale files with visibility text
briley committed on 11 Jan 2017
2017-01-10
@briley
added unit test for exported_plan. added validations to exported_plan and has_many side of relationship to user and plan
briley committed on 10 Jan 2017
@briley
removed tests for methods that should be purged from templates model (See issue #89)
briley committed on 10 Jan 2017
@briley
Added a few 'TODO:' statements indicating some methods we should remove. (Do a "grep -r 'TODO:' ./app"). Added some template and comments unit tests
briley committed on 10 Jan 2017
@briley
added validations to the Answer model and added unit test
briley committed on 10 Jan 2017
@briley
removed organisation_type unit test since its being replaced with a flag on the organisation object
briley committed on 10 Jan 2017
@briley
switched visibility to be a bit flag using FlagShihTzu instead of a lookup table. adjusted db migration. Removed all of the empty stub test files generated by the rails scaffolding mechanism.
briley committed on 10 Jan 2017
2017-01-05
@Brian Riley
added unit test for new visibility model and updated projects test to check visibility
Brian Riley committed on 5 Jan 2017
2017-01-03
@briley
Added is_test and is_public flags to the projects table. Added unit tests for new fields. Removed unecessary attr_accessible section from projects model. Added setters for new flag fields so that only one can be true at a given time
briley committed on 3 Jan 2017
2016-12-21
@briley
added and finalized unit tests for user, token_permission_types, identifier_Schemes, user_identifiers, organisations
briley committed on 21 Dec 2016
2016-12-20
@briley
added unit tests for question format
briley committed on 20 Dec 2016
@briley
attempted to add some unit tests for Answers but the data will be changing so much that it did not make sense to continue at this point. Created tests for Language
briley committed on 20 Dec 2016
2016-12-19
@briley
Added test fixtures for answers, questions, question formats, and answer formats
briley committed on 19 Dec 2016
2016-12-12
@xsrust
replaces Organisation. with Org. in all files
xsrust committed on 12 Dec 2016
2016-11-10
@briley
Had to remove code that was building devise omniauth connections dynamically. The timing of when the rails engine builds the routes and the models is not conducive to this approach
briley committed on 10 Nov 2016
2016-11-09
@briley
Added domain to the identifier_Scheme table. Added unit and functional tests for the identifier_scheme functionality
briley committed on 9 Nov 2016
2016-11-02
@briley
tidied up new tests and fixtures. Commented out old tests that were failing. Updated relationship between TokenPermissionType and Organisation so that token_permission_type.organisations works
briley committed on 2 Nov 2016
@briley
commented out guidance and guidance_group tests
briley committed on 2 Nov 2016
@briley
fixed some existing template and guidance tests. Fixed reference to user.organisations in the GuidanceGroup model
briley committed on 2 Nov 2016
@briley
commented out guidance_group and guidance tests because they were referencing old defunct fixtures
briley committed on 2 Nov 2016
@briley
removed template relationship tests in User test
briley committed on 2 Nov 2016
@briley
removed user_status and user_type from tests
briley committed on 2 Nov 2016
@briley
moved in some initial unit tests for user and org models
briley committed on 2 Nov 2016