Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / core / test / unit / spec / EventManager.js
index c1a63bf..255cace 100644 (file)
@@ -84,7 +84,7 @@ describe("Ext.EventManager", function() {
                     afterEach(function() {
                         delete Ext.cache[Ext.documentId];
                     });
                     afterEach(function() {
                         delete Ext.cache[Ext.documentId];
                     });
-                    it("should add document Ext.core.Element to cache", function() {
+                    it("should add document Ext.Element to cache", function() {
                         expect(Ext.cache[Ext.documentId].el.dom).toBe(document);
                     });
                     
                         expect(Ext.cache[Ext.documentId].el.dom).toBe(document);
                     });
                     
@@ -106,7 +106,7 @@ describe("Ext.EventManager", function() {
                     afterEach(function() {
                         delete Ext.cache[Ext.windowId];
                     });
                     afterEach(function() {
                         delete Ext.cache[Ext.windowId];
                     });
-                    it("should add window Ext.core.Element to cache", function() {
+                    it("should add window Ext.Element to cache", function() {
                         expect(Ext.cache[Ext.windowId].el.dom).toBe(window);
                     });
                     
                         expect(Ext.cache[Ext.windowId].el.dom).toBe(window);
                     });