Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 6aa5bdb

Browse files
committed
test(ng_model): reenable disabled test
Seems to be fine with dart v1.7 Closes #1236
1 parent 195812e commit 6aa5bdb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/directive/ng_model_spec.dart

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -464,12 +464,7 @@ void main() {
464464
});
465465
});
466466

467-
// Test temporarily turned off.
468-
// Typeless input fields work fine (tested manually).
469-
// Also the test passes if ran by itself with ddescribe.
470-
// TODO(radokirov): Find out the reason why this test fails when ran
471-
// together with the whole testsuite.
472-
xdescribe('no type attribute', () {
467+
describe('no type attribute', () {
473468
it('should be set "text" as default value for "type" attribute', () {
474469
_.compile('<input ng-model="model">');
475470
_.rootScope.apply();

0 commit comments

Comments
 (0)