- 13 Jun, 2014 12 commits
-
-
Clean up fixtures automatically between tests - Nesting test fixture markup within a DIV allows Jasmine to automatically restore the fixture to a clean state between each test run. Fix id attribute collision typo - This looks like a copy/pasta gone wrong; the two test INPUT elements were both declared with the same id, `input_1`. Remove trailing whitespace
stv committed -
The behavior previously tested here was to check that if a JSInput element was marked as not processed, re-walking the DOM *should* have reinitialized it. Unfortunately, this behavior is not supported by the underlying JSChannel library. In fact, if JSChannel detects an existing channel with the same origin and scope, it throws an uncaught exception, leaving the DOM in a "broken" state. JSInput will prevent duplicates from being added, as long as we don't manually update the `data-processed` attribute. This behavior is already being tested.
stv committed -
Select DOM elements with wildcard syntax - DOM lookups were being done with non-existent literal selectors, so it was returning empty lists. As assertions were to be made while iterating over the list of elements, nothing was actually being verified. - Common code has been centralized in the setup function. By declaring CSS selectors once, we minimize the odds of inadvertently using the wrong selector, as happened here. - Had these tests actually been iterating over a non-empty list, this would have thrown undefined exceptions. jQuery.each calls its handler with an index and an item/object as the arguments. However, the object is a DOM-object, not a jQuery-object. These tests break, as they had assumed the latter.
stv committed -
This test currently fails, meaning that the existing tests weren't testing what they claimed. Assertions are made for each element returned by the CSS selectors. However, the selectors are assumed to be wildcard matches, but are actually literal selectors. As there are no matched elements, this causes the assertions to be (silently) checked zero times, without failure.
stv committed -
Transition to Oqaque Keys
Han Su Kim committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Han Su Kim committed
-
Sarina Canelake committed
-
ORA2 release-2014-06-13T11.52
Will Daly committed -
Will Daly committed
-
Fix incorrect video bok choy test.
Alexander Kryklia committed -
Alexander Kryklia committed
-
- 12 Jun, 2014 22 commits
-
-
Squashing commits Transition to Oqaque Keys Bug fixes Fixing regenerate_user
Han Su Kim committed -
Ignore *.css.map files
Sarina Canelake committed -
Sarina Canelake committed
-
Fix failing test and update documentation of video player
Alexander Kryklia committed -
Sarina/fix underscore resource
Sarina Canelake committed -
Fixes BLD-1115
Alexander Kryklia committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
Fix wiki search query
Don Mitchell committed -
Update SASS ( 3.3.5), Bourbon ( 4.0.2), Neat (1.6.0)
Brian Talbot committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
see http://blog.sass-lang.com/posts/184094-sass-33-is-released for more information on 3.3+ variable scoping
Brian Talbot committed -
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Ben Patterson committed
-
Note: this requires SASS 3.3+ so do ```bundle install```
Andy Armstrong committed
-
- 11 Jun, 2014 6 commits
-
-
3 entries for June -> 1 entry
Alison Hodges committed -
and formatting error in a doc file.
Don Mitchell committed -
Hotfix 2014-06-11
Sarina Canelake committed -
Do not merge zh-hk into zh-tw in darklang
Sarina Canelake committed -
Remove unused .reviewboardrc
David Baumgold committed -
louyihua committed
-