summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/uic/barcode/ticket/api/test/VoucherTimeZoneTestV2.java
diff options
context:
space:
mode:
authorCGantert345 <57003061+CGantert345@users.noreply.github.com>2022-04-05 11:19:47 +0200
committerCGantert345 <57003061+CGantert345@users.noreply.github.com>2022-04-05 11:19:47 +0200
commit922076d807974cefa6ade28f689a20f1a90fddeb (patch)
tree4aa039e426f36ac10470f08f21d07d0493695987 /src/test/java/org/uic/barcode/ticket/api/test/VoucherTimeZoneTestV2.java
parent- use different module names in ASN.1 (diff)
downloadUIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar
UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.gz
UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.bz2
UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.lz
UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.xz
UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.zst
UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.zip
Diffstat (limited to 'src/test/java/org/uic/barcode/ticket/api/test/VoucherTimeZoneTestV2.java')
-rw-r--r--src/test/java/org/uic/barcode/ticket/api/test/VoucherTimeZoneTestV2.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/java/org/uic/barcode/ticket/api/test/VoucherTimeZoneTestV2.java b/src/test/java/org/uic/barcode/ticket/api/test/VoucherTimeZoneTestV2.java
index c7c2512..f7b4618 100644
--- a/src/test/java/org/uic/barcode/ticket/api/test/VoucherTimeZoneTestV2.java
+++ b/src/test/java/org/uic/barcode/ticket/api/test/VoucherTimeZoneTestV2.java
@@ -11,6 +11,7 @@ import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.uic.barcode.asn1.uper.UperEncoder;
+import org.uic.barcode.logger.LoggerFactory;
import org.uic.barcode.ticket.EncodingFormatException;
import org.uic.barcode.ticket.api.asn.omv2.UicRailTicketData;
import org.uic.barcode.ticket.api.spec.IVoucher;
@@ -87,6 +88,8 @@ public class VoucherTimeZoneTestV2 {
*/
@Before public void prepare() {
+ LoggerFactory.setActivateConsoleLog(true);
+
defaulttimeZone = TimeZone.getDefault();
UicRailTicketData ticket1 = VoucherTestTicketV2.getUicTestTicket();