Index: trunk/extensions/UploadWizard/test/jasmine/spec/mw.Title.spec.js |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | var title = new mw.Title( "flightless_yet_cute.jpg" ); |
105 | 105 | expect( function() { |
106 | 106 | title.setPrefix( "Entirely Unknown" ); |
107 | | - } ).toThrow( "unrecognized prefix" ); |
| 107 | + } ).toThrow( "unrecognized namespace prefix" ); |
108 | 108 | } ); |
109 | 109 | |
110 | 110 | } ); |