[poppler] poppler/qt4/tests: check_orientation.cpp,1.2,1.3

Brad Hards bradh at freedesktop.org
Mon Jul 4 04:37:23 PDT 2005


Update of /cvs/poppler/poppler/qt4/tests
In directory gabe:/tmp/cvs-serv4864/tests

Modified Files:
	check_orientation.cpp 
Log Message:
Change path to sample file to point to test module


Index: check_orientation.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/check_orientation.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- check_orientation.cpp	4 Jul 2005 07:42:32 -0000	1.2
+++ check_orientation.cpp	4 Jul 2005 11:37:21 -0000	1.3
@@ -10,7 +10,7 @@
 {
     QApplication a( argc, argv );               // QApplication required!
 
-    Poppler::Document *doc = Poppler::Document::load("orientation.pdf");
+    Poppler::Document *doc = Poppler::Document::load("../../../test/unittestcases/orientation.pdf");
     if (!doc)
     {
 	exit(1);



More information about the poppler mailing list