glibmm r761 - in trunk: . tests/giomm_ioerror tests/giomm_simple



Author: jjongsma
Date: Sat Dec 13 05:15:46 2008
New Revision: 761
URL: http://svn.gnome.org/viewvc/glibmm?rev=761&view=rev

Log:
Fix tests to use standard filenames

Modified:
   trunk/ChangeLog
   trunk/tests/giomm_ioerror/main.cc
   trunk/tests/giomm_simple/main.cc

Modified: trunk/tests/giomm_ioerror/main.cc
==============================================================================
--- trunk/tests/giomm_ioerror/main.cc	(original)
+++ trunk/tests/giomm_ioerror/main.cc	Sat Dec 13 05:15:46 2008
@@ -21,7 +21,7 @@
 
   try
   {
-    Glib::RefPtr<Gio::File> file = Gio::File::create_for_path("/home/murrayc/test.txt");
+    Glib::RefPtr<Gio::File> file = Gio::File::create_for_path("/etc/fstab");
     if(!file)
       std::cerr << "Gio::File::create_for_path() returned an empty RefPtr." << std::endl;
 

Modified: trunk/tests/giomm_simple/main.cc
==============================================================================
--- trunk/tests/giomm_simple/main.cc	(original)
+++ trunk/tests/giomm_simple/main.cc	Sat Dec 13 05:15:46 2008
@@ -9,7 +9,7 @@
 
   try
   {
-    Glib::RefPtr<Gio::File> file = Gio::File::create_for_path("/home/murrayc/test.txt");
+    Glib::RefPtr<Gio::File> file = Gio::File::create_for_path("/etc/fstab");
     if(!file)
       std::cerr << "Gio::File::create_for_path() returned an empty RefPtr." << std::endl;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]