Skip to content

Commit 0335b61

Browse files
Updated JQuery to use https
1 parent 2d74ac0 commit 0335b61

7 files changed

+7
-7
lines changed

src/TestStack.BDDfy.Tests/Reporters/Html/ClassicReportBuilderTests.ShouldProduceExpectedHtmlWithExamples.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ New lines</span>
179179
</div>
180180
</div>
181181
<div class='footer'>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a> framework</div>
182-
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
182+
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
183183
<script>
184184
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("ul.resultSummary li:not('.storySummary'):not('.scenarioSummary')").append("<input type='checkbox' class='cbx_toggle' checked/>");$(".cbx_toggle").click(function(){var n=$(this),t=n.closest("li").attr("class");$("#testResult div.scenario ."+t).parent().toggle(n.is(":checked"))})});
185185
/*

src/TestStack.BDDfy.Tests/Reporters/Html/MetroReportBuilderTests.ShouldProduceExpectedHtml.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
286286
<p>Tested at: 25/03/2014 11:30:05</p>
287287
<p>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a></p>
288288
</section>
289-
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
289+
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
290290
<script>
291291
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("#filterOptions a").click(function(){var n=$(this).children("div"),t,i;n.toggleClass("filterTileDisabled");t=!n.hasClass("filterTileDisabled");i=n.data("target-class");$("div."+i).closest(".scenario").toggle(t)})});
292292
/*

src/TestStack.BDDfy.Tests/Reporters/Html/MetroReportBuilderTests.ShouldProduceExpectedHtmlWithExamples.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ New lines</span>
179179
<p>Tested at: 25/03/2014 11:30:05</p>
180180
<p>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a></p>
181181
</section>
182-
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
182+
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
183183
<script>
184184
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("#filterOptions a").click(function(){var n=$(this).children("div"),t,i;n.toggleClass("filterTileDisabled");t=!n.hasClass("filterTileDisabled");i=n.data("target-class");$("div."+i).closest(".scenario").toggle(t)})});
185185
/*

src/TestStack.BDDfy.Tests/TagsTests.TagsAreReportedInHtmlReport.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ body{margin:0;padding:0;padding-bottom:40px;max-width:100%;background-color:#fff
8989
</div>
9090
</div>
9191
<div class='footer'>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a> framework</div>
92-
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
92+
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
9393
<script>
9494
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("ul.resultSummary li:not('.storySummary'):not('.scenarioSummary')").append("<input type='checkbox' class='cbx_toggle' checked/>");$(".cbx_toggle").click(function(){var n=$(this),t=n.closest("li").attr("class");$("#testResult div.scenario ."+t).parent().toggle(n.is(":checked"))})});
9595
/*

src/TestStack.BDDfy.Tests/TagsTests.TagsAreReportedInMetroHtmlReport.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
8989
<p>Tested at: 25/03/2014 11:30:05</p>
9090
<p>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a></p>
9191
</section>
92-
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
92+
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
9393
<script>
9494
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("#filterOptions a").click(function(){var n=$(this).children("div"),t,i;n.toggleClass("filterTileDisabled");t=!n.hasClass("filterTileDisabled");i=n.data("target-class");$("div."+i).closest(".scenario").toggle(t)})});
9595
/*

src/TestStack.BDDfy/Reporters/Html/ClassicReportBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private void Footer()
140140
AddLine("<div class='footer'>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a> framework</div>");
141141

142142
if (_model.Configuration.ResolveJqueryFromCdn)
143-
AddLine("<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>");
143+
AddLine("<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>");
144144
else
145145
EmbedJavascriptFile(HtmlReportResources.jquery_2_1_0_min);
146146

src/TestStack.BDDfy/Reporters/Html/MetroReportBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private void Footer()
157157
}
158158

159159
if (_model.Configuration.ResolveJqueryFromCdn)
160-
AddLine("<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>");
160+
AddLine("<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>");
161161
else
162162
EmbedJavascriptFile(HtmlReportResources.jquery_2_1_0_min);
163163

0 commit comments

Comments
 (0)