mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Refactored field utilities.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
suite('Abstract Fields', function() {
|
||||
suite.skip('Is Serializable', function() {
|
||||
suite('Is Serializable', function() {
|
||||
// Both EDITABLE and SERIALIZABLE are default.
|
||||
function FieldDefault() {
|
||||
this.name = 'NAME';
|
||||
@@ -72,7 +72,7 @@ suite('Abstract Fields', function() {
|
||||
assertEquals(true, field.isSerializable());
|
||||
});
|
||||
});
|
||||
suite.skip('setValue', function() {
|
||||
suite('setValue', function() {
|
||||
function addSpies(field) {
|
||||
if (!this.isSpying) {
|
||||
sinon.spy(field, 'doValueInvalid_');
|
||||
|
||||
Reference in New Issue
Block a user