File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
TestStack.BDDfy/Processors/Reporters/Html Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ private void HtmlHead()
42
42
AddLine ( "<meta charset='utf-8'/>" ) ;
43
43
AddLine ( string . Format ( "<link href='BDDfy.css' rel='stylesheet'/>" ) ) ;
44
44
if ( _viewModel . UseCustomStylesheet )
45
- AddLine ( string . Format ( "<link href='bddifyCustom .css' rel='stylesheet'/>" ) ) ;
45
+ AddLine ( string . Format ( "<link href='BDDfyCustom .css' rel='stylesheet'/>" ) ) ;
46
46
47
47
AddLine ( "<script type='text/javascript' src='jquery-1.7.1.min.js'></script>" ) ;
48
48
AddLine ( string . Format ( "<script type='text/javascript' src='BDDfy.js'></script>" ) ) ;
49
49
if ( _viewModel . UseCustomJavascript )
50
- AddLine ( string . Format ( "<link href='bddifyCustom .js' rel='stylesheet'/>" ) ) ;
50
+ AddLine ( string . Format ( "<link href='BDDfyCustom .js' rel='stylesheet'/>" ) ) ;
51
51
52
52
AddLine ( string . Format ( "<title>BDDfy Test Result {0}</title>" , DateTime . Now . ToShortDateString ( ) ) ) ;
53
53
}
@@ -141,7 +141,7 @@ private void ResultDetails()
141
141
142
142
private void Footer ( )
143
143
{
144
- AddLine ( "<div class='footer'>Powered by <a href='http://hg.mehdi-khalili.com/ BDDfy/wiki/Home '>BDDfy</a> framework</div>" ) ;
144
+ AddLine ( "<div class='footer'>Powered by <a href='http://teststack.github.io/TestStack. BDDfy/'>BDDfy</a> framework</div>" ) ;
145
145
}
146
146
147
147
private void AddStory ( Story story )
You can’t perform that action at this time.
0 commit comments