From 5afc6c6621ff2f88fe9f34a75639ebe764b6d8dd Mon Sep 17 00:00:00 2001 From: Dillon Dumesnil Date: Wed, 29 Nov 2017 14:51:00 -0500 Subject: [PATCH] Updating version number after responding to Nimisha's comments in edx/xblock-review and updated header text in xblock --- openedx/tests/xblock_integration/test_review_xblock.py | 2 +- requirements/edx/github.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openedx/tests/xblock_integration/test_review_xblock.py b/openedx/tests/xblock_integration/test_review_xblock.py index 2d69b78f1c..5d4b78c30f 100644 --- a/openedx/tests/xblock_integration/test_review_xblock.py +++ b/openedx/tests/xblock_integration/test_review_xblock.py @@ -364,7 +364,7 @@ class TestReviewFunctions(TestReviewXBlock): } )) - expected_header_text = 'Review Component' + expected_header_text = 'Review Problems' # The problems are defaulted to correct upon load # This happens because the problems "raw_possible" field is 0 and the # "raw_earned" field is also 0. diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index ffc4a67f39..393f3ed76d 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -102,7 +102,7 @@ git+https://github.com/edx/edx-user-state-client.git@1.0.1#egg=edx-user-state-cl git+https://github.com/edx/xblock-lti-consumer.git@v1.1.6#egg=lti_consumer-xblock==1.1.6 git+https://github.com/edx/edx-proctoring.git@1.3.1#egg=edx-proctoring==1.3.1 # This is here because all of the other XBlocks are located here. However, it is published to PyPI and will be installed that way -xblock-review==1.0.1 +xblock-review==1.1.0 # Third Party XBlocks