Skip to content

Commit

Permalink
Fix sensor directory name (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honry authored Mar 23, 2018
1 parent b5bac77 commit 86de50b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions generic-sensor/CA67.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"results": [
{
"test": "/sensors/SensorErrorEvent-constructor.https.html",
"test": "/generic-sensor/SensorErrorEvent-constructor.https.html",
"subtests": [
{
"name": "SensorErrorEvent constructor without init dict",
Expand All @@ -18,7 +18,7 @@
"message": null
},
{
"test": "/sensors/idlharness.https.html",
"test": "/generic-sensor/idlharness.https.html",
"subtests": [
{
"name": "Test IDL implementation of Generic Sensor",
Expand Down
4 changes: 2 additions & 2 deletions generic-sensor/CD67.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"results": [
{
"test": "/sensors/SensorErrorEvent-constructor.https.html",
"test": "/generic-sensor/SensorErrorEvent-constructor.https.html",
"subtests": [
{
"name": "SensorErrorEvent constructor without init dict",
Expand All @@ -18,7 +18,7 @@
"message": null
},
{
"test": "/sensors/idlharness.https.html",
"test": "/generic-sensor/idlharness.https.html",
"subtests": [
{
"name": "Test IDL implementation of Generic Sensor",
Expand Down
8 changes: 4 additions & 4 deletions generic-sensor/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ <h1>Generic Sensor: All Results</h1>
</header>
<p><strong>Test files</strong>: 2; <strong>Total subtests</strong>: 36</p>
<h3>Test Files</h3>
<ol class='toc'><li><a href='#test-file-0'>/sensors/SensorErrorEvent-constructor.https.html</a></li>
<li><a href='#test-file-1'>/sensors/idlharness.https.html</a></li>
<ol class='toc'><li><a href='#test-file-0'>/generic-sensor/SensorErrorEvent-constructor.https.html</a></li>
<li><a href='#test-file-1'>/generic-sensor/idlharness.https.html</a></li>
</ol>
<table class='table persist-area'>
<thead><tr class='persist-header'><th>Test</th><th>CA67</th><th>CD67</th></tr></thead>
<tr class='test' id='test-file-0'><td><a href='http://www.w3c-test.org/sensors/SensorErrorEvent-constructor.https.html' target='_blank'>/sensors/SensorErrorEvent-constructor.https.html</a></td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='test' id='test-file-0'><td><a href='http://www.w3c-test.org/generic-sensor/SensorErrorEvent-constructor.https.html' target='_blank'>/generic-sensor/SensorErrorEvent-constructor.https.html</a></td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>SensorErrorEvent constructor without init dict</td><td class='PASS'>PASS</td><td class='PASS'>PASS</td></tr>
<tr class='subtest'><td>SensorErrorEvent constructor with init dict</td><td class='PASS'>PASS</td><td class='PASS'>PASS</td></tr>
<tr class='test' id='test-file-1'><td><a href='http://www.w3c-test.org/sensors/idlharness.https.html' target='_blank'>/sensors/idlharness.https.html</a></td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='test' id='test-file-1'><td><a href='http://www.w3c-test.org/generic-sensor/idlharness.https.html' target='_blank'>/generic-sensor/idlharness.https.html</a></td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>Test IDL implementation of Generic Sensor</td><td class='PASS'>PASS</td><td class='PASS'>PASS</td></tr>
<tr class='subtest'><td>Sensor interface: existence and properties of interface object</td><td class='PASS'>PASS</td><td class='PASS'>PASS</td></tr>
<tr class='subtest'><td>Sensor interface object length</td><td class='PASS'>PASS</td><td class='PASS'>PASS</td></tr>
Expand Down
4 changes: 2 additions & 2 deletions generic-sensor/consolidated.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"CD67"
],
"results": {
"/sensors/SensorErrorEvent-constructor.https.html": {
"/generic-sensor/SensorErrorEvent-constructor.https.html": {
"byUA": {
"CA67": "OK",
"CD67": "OK"
Expand Down Expand Up @@ -33,7 +33,7 @@
}
}
},
"/sensors/idlharness.https.html": {
"/generic-sensor/idlharness.https.html": {
"byUA": {
"CA67": "OK",
"CD67": "OK"
Expand Down

0 comments on commit 86de50b

Please sign in to comment.