update tests to reflect new uid behaviour

This commit is contained in:
Sebastian McKenzie
2015-01-22 01:37:50 +11:00
parent cfd95a1398
commit 2ab4a3d362
7 changed files with 12 additions and 12 deletions

View File

@@ -33,10 +33,10 @@ var Test = (function (Foo) {
_inherits(Test, Foo);
Test.prototype.test = function test() {
var _Foo$prototype$test3, _Foo$prototype$test4;
var _Foo$prototype$test, _Foo$prototype$test2;
Foo.prototype.test.call(this);
(_Foo$prototype$test3 = Foo.prototype.test).call.apply(_Foo$prototype$test3, [this].concat(_slice.call(arguments)));
(_Foo$prototype$test4 = Foo.prototype.test).call.apply(_Foo$prototype$test4, [this, "test"].concat(_slice.call(arguments)));
(_Foo$prototype$test = Foo.prototype.test).call.apply(_Foo$prototype$test, [this].concat(_slice.call(arguments)));
(_Foo$prototype$test2 = Foo.prototype.test).call.apply(_Foo$prototype$test2, [this, "test"].concat(_slice.call(arguments)));
};
Test.foo = function foo() {

View File

@@ -62,10 +62,10 @@ var Test = (function (Foo) {
_prototypeProperties(Test, {
foo: {
value: function foo() {
var _get4;
var _get2;
_get(Object.getPrototypeOf(Test), "foo", this).call(this);
_get(Object.getPrototypeOf(Test), "foo", this).apply(this, arguments);
(_get4 = _get(Object.getPrototypeOf(Test), "foo", this)).call.apply(_get4, [this, "test"].concat(_slice.call(arguments)));
(_get2 = _get(Object.getPrototypeOf(Test), "foo", this)).call.apply(_get2, [this, "test"].concat(_slice.call(arguments)));
},
writable: true,
enumerable: true,
@@ -74,10 +74,10 @@ var Test = (function (Foo) {
}, {
test: {
value: function test() {
var _get5;
var _get2;
_get(Object.getPrototypeOf(Test.prototype), "test", this).call(this);
_get(Object.getPrototypeOf(Test.prototype), "test", this).apply(this, arguments);
(_get5 = _get(Object.getPrototypeOf(Test.prototype), "test", this)).call.apply(_get5, [this, "test"].concat(_slice.call(arguments)));
(_get2 = _get(Object.getPrototypeOf(Test.prototype), "test", this)).call.apply(_get2, [this, "test"].concat(_slice.call(arguments)));
},
writable: true,
enumerable: true,

View File

@@ -14,4 +14,4 @@ define(["exports"], function (exports) {
var foo8 = function foo8() {};
exports.foo8 = foo8;
});
});

View File

@@ -14,4 +14,4 @@ define(["exports"], function (exports) {
var foo8 = function foo8() {};
exports.foo8 = foo8;
});
});

View File

@@ -21,4 +21,4 @@ System.register([], function (_export) {
_export("foo3", foo3 = 5);
}
};
});
});

View File

@@ -20,4 +20,4 @@
var foo8 = function foo8() {};
exports.foo8 = foo8;
});
});

View File

@@ -20,4 +20,4 @@
var foo8 = function foo8() {};
exports.foo8 = foo8;
});
});