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
18
18
[ SetUp ]
19
19
public void Setup ( )
20
20
{
21
- m_pofContext = new ConfigurablePofContext ( "config /include-pof-config.xml" ) ;
21
+ m_pofContext = new ConfigurablePofContext ( "Config /include-pof-config.xml" ) ;
22
22
}
23
23
24
24
[ Test ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class SerializationHelperTests
19
19
[ Test ]
20
20
public void TestToAndFromBinary ( )
21
21
{
22
- ISerializer serializer = new ConfigurablePofContext ( "config /include-pof-config.xml" ) ;
22
+ ISerializer serializer = new ConfigurablePofContext ( "Config /include-pof-config.xml" ) ;
23
23
string original = "hello" ;
24
24
Binary bin = SerializationHelper . ToBinary ( original , serializer ) ;
25
25
string copy = ( string ) SerializationHelper . FromBinary ( bin , serializer ) ;
@@ -41,7 +41,7 @@ public void TestToAndFromBinary()
41
41
[ Test ]
42
42
public void TestDecoration ( )
43
43
{
44
- ISerializer serializer = new ConfigurablePofContext ( "config /include-pof-config.xml" ) ;
44
+ ISerializer serializer = new ConfigurablePofContext ( "Config /include-pof-config.xml" ) ;
45
45
string original = "hello" ;
46
46
Binary bin = SerializationHelper . ToBinary ( original , serializer ) ;
47
47
You can’t perform that action at this time.
0 commit comments