Commit a1876578 by Valera Rozuvan Committed by Alexander Kryklia

Updated fixture for LTI Jasmine tests.

parent ab3cde8a
...@@ -9,32 +9,31 @@ ...@@ -9,32 +9,31 @@
encType="application/x-www-form-urlencoded" encType="application/x-www-form-urlencoded"
> >
<input type="hidden" name="launch_presentation_return_url" value=""> <input type="hidden" name="launch_presentation_return_url" value="">
<input type="hidden" name="lis_outcome_service_url" value=""> <input type="hidden" name="lis_outcome_service_url" value="">
<input type="hidden" name="lis_result_sourcedid" value=""> <input type="hidden" name="lis_result_sourcedid" value="">
<input type="hidden" name="lti_message_type" value="basic-lti-launch-request"> <input type="hidden" name="lti_message_type" value="basic-lti-launch-request">
<input type="hidden" name="lti_version" value="LTI-1p0"> <input type="hidden" name="lti_version" value="LTI-1p0">
<input type="hidden" name="oauth_callback" value="about:blank"> <input type="hidden" name="oauth_callback" value="about:blank">
<input type="hidden" name="oauth_consumer_key" value=""/> <input type="hidden" name="oauth_consumer_key" value=""/>
<input type="hidden" name="oauth_nonce" value=""/> <input type="hidden" name="oauth_nonce" value=""/>
<input type="hidden" name="oauth_signature_method" value="HMAC-SHA1"/> <input type="hidden" name="oauth_signature_method" value="HMAC-SHA1"/>
<input type="hidden" name="oauth_timestamp" value=""/> <input type="hidden" name="oauth_timestamp" value=""/>
<input type="hidden" name="oauth_version" value="1.0"/> <input type="hidden" name="oauth_version" value="1.0"/>
<input type="hidden" name="user_id" value="default_user_id"> <input type="hidden" name="user_id" value="default_user_id">
<input type="hidden" name="oauth_signature" value=""/>
<input type="hidden" name="oauth_signature" value=""/>
<input type="submit" value="Press to Launch" style="display: none"/>
<input type="submit" value="Press to Launch" />
</form> </form>
<h3 class="error_message hidden"> <h3 class="error_message">
Please provide LTI url. Click "Edit", and fill in the Please provide launch_url. Click "Edit", and fill in the
required fields. required fields.
</h3> </h3>
<iframe <iframe
name="ltiLaunchFrame" name="ltiLaunchFrame"
class="ltiLaunchFrame hidden" class="ltiLaunchFrame"
src="" src=""
></iframe> ></iframe>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment