New feature for lti module.

Add ability to display LTI module in a new
window. Iframe will be still supported.

Fix python test
Update acceptance tests
Fix in acceptance tests, they are stable now
Fix Acceptance tests.
Adding Jasmine tests for LTI.
Fixing Jasmine tests. Adding the rest of Jasmine tests.
This commit is contained in:
Alexander Kryklia
2013-09-27 16:59:17 +03:00
committed by polesye
parent aeae35344a
commit a03c5be6de
15 changed files with 490 additions and 189 deletions

View File

@@ -75,6 +75,7 @@ class TestLTI(BaseTestXmodule):
'element_class': self.item_module.location.category,
'element_id': self.item_module.location.html_id(),
'launch_url': 'http://www.example.com', # default value
'open_in_a_new_page': True
}
self.assertEqual(
generated_context,