Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / test / unit / widgets / layout / BoxLayout.js
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 /**
8  * Tests Ext.data.Store functionality
9  * @author Ed Spencer
10  */
11 (function() {
12     var suite  = Ext.test.session.getSuite('Ext.layout.BoxLayout'),
13         assert = Y.Assert;
14     
15     // suite.add(new Y.Test.Case({
16     //     name: 'parseMargins'
17     // }));
18     
19 })();