diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-02-08 02:10:25 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-02-08 02:10:25 +0000 |
commit | b20df98b18dbd32ce03750e458619bd1e26464ea (patch) | |
tree | dd3d8db99986806b23d39e7a561b9657176126db /tests | |
parent | 925bf9ec35905e260b7cfc7684de0c6465f91720 (diff) | |
download | jquery-ui-b20df98b18dbd32ce03750e458619bd1e26464ea.tar.gz jquery-ui-b20df98b18dbd32ce03750e458619bd1e26464ea.zip |
Unit Tests: Added autocomplete and button to list of tests.
Fixes #5149 - Button is missing on unit test index page.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html index 0915ba8f0..5a2d6af9d 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -11,6 +11,8 @@ <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.accordion.js"></script> + <script type="text/javascript" src="../../ui/jquery.ui.autocomplete.js"></script> + <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.dialog.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.draggable.js"></script> @@ -47,6 +49,8 @@ <h2>Widgets</h2> <ul> <li><a href="accordion/accordion.html">Accordion</a></li> + <li><a href="autocomplete/autocomplete.html">Autocomplete</a></li> + <li><a href="button/button.html">Button</a></li> <li><a href="datepicker/datepicker.html">Datepicker</a></li> <li><a href="dialog/dialog.html">Dialog</a></li> <li><a href="progressbar/progressbar.html">Progressbar</a></li> |