a4e2a45e2866cbd47069729247c3ccac64c4609a,test/api/test_api_history.py,ApiHistoryTest,test_history_contains_correct_user_name,#ApiHistoryTest#,124

Before Change


        self.remove_owner_channel()
        self.send_message("my message")

        response_data = api.on_history(self.activity_for_history())
        activity = as_parser(response_data[1])
        self.assertEqual(BaseTest.USER_NAME, b64d(activity.object.attachments[0].summary))

    def test_history_contains_valid_timestamp(self):

After Change


        self.remove_owner_channel()
        self.send_message("my message")

        act = self.activity_for_history()
        response_data = api.on_history(act, as_parser(act))
        activity = as_parser(response_data[1])
        self.assertEqual(BaseTest.USER_NAME, b64d(activity.object.attachments[0].summary))

    def test_history_contains_valid_timestamp(self):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 13

Non-data size: 6

Instances


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_contains_correct_user_name


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_allowed_owner_in_room


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_contains_correct_sent_message


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_contains_id


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_contains_timestamp


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_allowed_owner_not_in_room


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_allowed_not_owner_not_in_room


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_allowed_not_owner_in_room


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_not_allowed_owner_in_room


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_contains_one_sent_message


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_contains_two_sent_message


Project Name: thenetcircle/dino
Commit Name: a4e2a45e2866cbd47069729247c3ccac64c4609a
Time: 2016-11-14
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_history.py
Class Name: ApiHistoryTest
Method Name: test_history_contains_valid_timestamp