File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ public void LoadSettingsWithDefaultSectionLast()
147147 public void LoadSettingsWithWildcards ( )
148148 {
149149 string configuration = new System . Text . StringBuilder ( )
150- //.AppendLine(partialConfiguration.ToString())
151150 . AppendLine ( "[DEFAULT]" )
152151 . AppendLine ( "ConnectionType=acceptor" )
153152 . AppendLine ( "BeginString=*" )
@@ -164,7 +163,6 @@ public void LoadSettingsWithWildcards()
164163 Assert . That ( settings . Get ( ) . GetString ( "SessionQualifier" ) , Is . EqualTo ( "*" ) ) ;
165164
166165 configuration = new System . Text . StringBuilder ( )
167- //.AppendLine(partialConfiguration.ToString())
168166 . AppendLine ( "[SESSION]" )
169167 . AppendLine ( "ConnectionType=initiator" )
170168 . AppendLine ( "BeginString=*" )
@@ -175,7 +173,6 @@ public void LoadSettingsWithWildcards()
175173 Assert . That ( ex . Message , Is . EqualTo ( "Configuration failed: BeginString could be a wildcard (*) only in 'acceptor' configuration" ) ) ;
176174
177175 configuration = new System . Text . StringBuilder ( )
178- //.AppendLine(partialConfiguration.ToString())
179176 . AppendLine ( "[SESSION]" )
180177 . AppendLine ( "ConnectionType=initiator" )
181178 . AppendLine ( "BeginString=FIX.4.0" )
You can’t perform that action at this time.
0 commit comments