diff options
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/tests/CommandLineTest.cpp')
-rw-r--r-- | Build/source/texk/dvisvgm/dvisvgm-src/tests/CommandLineTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/tests/CommandLineTest.cpp b/Build/source/texk/dvisvgm/dvisvgm-src/tests/CommandLineTest.cpp index 06a4d080781..67f8e3e6490 100644 --- a/Build/source/texk/dvisvgm/dvisvgm-src/tests/CommandLineTest.cpp +++ b/Build/source/texk/dvisvgm/dvisvgm-src/tests/CommandLineTest.cpp @@ -2,7 +2,7 @@ ** CommandLineTest.cpp ** ** ** ** This file is part of dvisvgm -- a fast DVI to SVG converter ** -** Copyright (C) 2005-2023 Martin Gieseking <martin.gieseking@uos.de> ** +** Copyright (C) 2005-2024 Martin Gieseking <martin.gieseking@uos.de> ** ** ** ** This program is free software; you can redistribute it and/or ** ** modify it under the terms of the GNU General Public License as ** @@ -35,7 +35,7 @@ TEST(CommandLineTest, noarg_short) { EXPECT_TRUE(cmd.helpOpt.given()); EXPECT_FALSE(cmd.listSpecialsOpt.given()); EXPECT_FALSE(cmd.verbosityOpt.given()); - EXPECT_EQ(cmd.verbosityOpt.value(), 7u); + EXPECT_EQ(cmd.verbosityOpt.value(), 15u); EXPECT_EQ(cmd.filenames().size(), 0u); } |