File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class Coh25103Tests
1818 [ SetUp ]
1919 public void Setup ( )
2020 {
21- m_pofContext = new ConfigurablePofContext ( "config /include-pof-config.xml" ) ;
21+ m_pofContext = new ConfigurablePofContext ( "Config /include-pof-config.xml" ) ;
2222 }
2323
2424 [ Test ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class SerializationHelperTests
1919 [ Test ]
2020 public void TestToAndFromBinary ( )
2121 {
22- ISerializer serializer = new ConfigurablePofContext ( "config /include-pof-config.xml" ) ;
22+ ISerializer serializer = new ConfigurablePofContext ( "Config /include-pof-config.xml" ) ;
2323 string original = "hello" ;
2424 Binary bin = SerializationHelper . ToBinary ( original , serializer ) ;
2525 string copy = ( string ) SerializationHelper . FromBinary ( bin , serializer ) ;
@@ -41,7 +41,7 @@ public void TestToAndFromBinary()
4141 [ Test ]
4242 public void TestDecoration ( )
4343 {
44- ISerializer serializer = new ConfigurablePofContext ( "config /include-pof-config.xml" ) ;
44+ ISerializer serializer = new ConfigurablePofContext ( "Config /include-pof-config.xml" ) ;
4545 string original = "hello" ;
4646 Binary bin = SerializationHelper . ToBinary ( original , serializer ) ;
4747
You can’t perform that action at this time.
0 commit comments