diff options
| author | Igor Minar | 2011-09-15 05:36:00 +0200 |
|---|---|---|
| committer | Igor Minar | 2011-09-16 02:44:33 +0200 |
| commit | 7ae536d0532b7ad7859f9cf7e47b406f63383f29 (patch) | |
| tree | ef2f6721945e1c72d508c97b6775244a5a38a5bc /test/AngularSpec.js | |
| parent | 2170c06924b3a0dc1fef3b383d6a236e670dceea (diff) | |
| download | angular.js-7ae536d0532b7ad7859f9cf7e47b406f63383f29.tar.bz2 | |
fix(specs): various fixes to get IE8+jquery unit tests green
Diffstat (limited to 'test/AngularSpec.js')
| -rw-r--r-- | test/AngularSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AngularSpec.js b/test/AngularSpec.js index 4e4cd74a..9f77d3ea 100644 --- a/test/AngularSpec.js +++ b/test/AngularSpec.js @@ -597,7 +597,7 @@ describe('angular', function(){ describe('nodeName_', function() { it('should correctly detect node name with "namespace" when xmlns is defined', function() { var div = jqLite('<div xmlns:ngtest="http://angularjs.org/">' + - '<ngtest:foo ngtest:attr="bar"></ng:test>' + + '<ngtest:foo ngtest:attr="bar"></ngtest:foo>' + '</div>')[0]; expect(nodeName_(div.childNodes[0])).toBe('NGTEST:FOO'); expect(div.childNodes[0].getAttribute('ngtest:attr')).toBe('bar'); |
