mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-18 21:25:49 +00:00
Make BlockTest.testDate pass outside of CET.
This commit is contained in:
parent
9afa4bf6a5
commit
3d470ec3f2
@ -58,7 +58,7 @@ public class BlockTest {
|
|||||||
@Test
|
@Test
|
||||||
public void testDate() throws Exception {
|
public void testDate() throws Exception {
|
||||||
Block block = new Block(params, blockBytes);
|
Block block = new Block(params, blockBytes);
|
||||||
assertEquals("Thu Nov 04 17:06:04 CET 2010", block.getTime().toString());
|
assertEquals("4 Nov 2010 16:06:04 GMT", block.getTime().toGMTString());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user