Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graf2d/gpad/test/pdftitle.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

TEST(TPad, PDFTitle)
{
const TString pdfFile = "output.pdf";
const TString pdfFile = "pdftitle.pdf";

// Generate a multi-page PDF with a title
TCanvas c;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/gpad/test/pdfurl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

TEST(TPad, PDFUrl)
{
const TString pdfFile = "output.pdf";
const TString pdfFile = "pdfurl.pdf";

// Generate a multi-page PDF with page titles and #url in TLatex
TCanvas c1;
Expand Down
Loading