source:
trunk/workshop-routing-foss4g/web/ext/test/unit/widgets/layout/BoxLayout.js
@
81
Revision 76, 398 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | /*! |
2 | * Ext JS Library 3.4.0 |
3 | * Copyright(c) 2006-2011 Sencha Inc. |
4 | * licensing@sencha.com |
5 | * http://www.sencha.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 | })(); |
Note: See TracBrowser
for help on using the repository browser.