Skip to content

Commit

Permalink
resizable unit tests: split tests into individual files
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Feb 4, 2009
1 parent 04b3040 commit 96b1534
Show file tree
Hide file tree
Showing 8 changed files with 411 additions and 427 deletions.
7 changes: 6 additions & 1 deletion tests/unit/resizable/resizable.html
Expand Up @@ -12,7 +12,12 @@
<script type="text/javascript" src="../../../external/qunit/testrunner.js"></script>
<script type="text/javascript" src="../../../external/simulate/jquery.simulate.js"></script>

<script type="text/javascript" src="resizable.js"></script>
<script type="text/javascript" src="resizable_core.js"></script>
<script type="text/javascript" src="resizable_defaults.js"></script>
<script type="text/javascript" src="resizable_events.js"></script>
<script type="text/javascript" src="resizable_methods.js"></script>
<script type="text/javascript" src="resizable_options.js"></script>
<script type="text/javascript" src="resizable_tickets.js"></script>
</head>
<body>

Expand Down

0 comments on commit 96b1534

Please sign in to comment.