Skip to content

Commit 033a36e

Browse files
committed
Remove symbolic link, show we can achieve the same without having to be smart
1 parent 0cefec5 commit 033a36e

32 files changed

+124
-125
lines changed

test/ui/niceReporterBrokenUrl.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterComponentHeadline.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterComponentHeadlineMultiple.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterFailingTest.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterFailingTestAccepted.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterFailingTestMissingResources.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterFailingTestRealView.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterFailingTestWithGrowingContent.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterFixedHeaderHover.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

test/ui/niceReporterLargeHeader.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="utf-8" />
44

5-
<link rel="stylesheet" href="src/reporter/niceReporter.css" />
6-
<script src="src/scope.js"></script>
7-
<script src="src/util.js"></script>
8-
<script src="src/reporter/niceReporter.js"></script>
5+
<link rel="stylesheet" href="../../src/reporter/niceReporter.css" />
6+
<script src="../../src/scope.js"></script>
7+
<script src="../../src/util.js"></script>
8+
<script src="../../src/reporter/niceReporter.js"></script>
99
</head>
1010
<body>
1111
<script src="testHelper.js"></script>

0 commit comments

Comments
 (0)