Skip to content

Commit

Permalink
changed file names to match addon naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
wwalser committed Aug 15, 2011
1 parent 8e321e6 commit e00b502
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Expand Up @@ -5,15 +5,15 @@
<title>QUnit SubsuiteRunner Test Suite</title>

<link rel="stylesheet" href="../../qunit/qunit.css" type="text/css" media="screen">
<link rel="stylesheet" href="composite.css">
<link rel="stylesheet" href="qunit-composite.css">
<script src="../../qunit/qunit.js"></script>
<script src="composite.js"></script>
<script src="qunit-composite.js"></script>

<script>
QUnit.testSuites([
"dummy-qunit-test.html",
"dummy-same-test.html",
"qunit-composite-test.html"
"composite-test.html"
]);
</script>
</head>
Expand Down
Expand Up @@ -6,8 +6,8 @@
<link rel="stylesheet" href="../../qunit/qunit.css" type="text/css" media="screen">
<script src="../../qunit/qunit.js"></script>

<script src="composite.js"></script>
<script src="qunit-composite-test.js"></script>
<script src="qunit-composite.js"></script>
<script src="composite-test.js"></script>
</head>
<body>
<h1 id="qunit-header">QUnit Core Test Suite</h1>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions addons/composite/index.html
Expand Up @@ -28,8 +28,8 @@ <h4>Using Composite</h4>
<h4>Tests</h4>
<p>Composite has tests of it's own.</p>
<p>
<a href="qunit-composite-test.html">Composite Test</a>: A suite which tests the implementation of composite.<br>
<a href="qunit-composite-demo-test.html">Composite Demo</a>: A suite which demoes how Compisite is bootstrapped and run.
<a href="composite-test.html">Composite Test</a>: A suite which tests the implementation of composite.<br>
<a href="composite-demo-test.html">Composite Demo</a>: A suite which demoes how Compisite is bootstrapped and run.
</p>
</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit e00b502

Please sign in to comment.