[gnome-keyring/gnome-3-0] gcr: Fix remaining references to test-data directory
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring/gnome-3-0] gcr: Fix remaining references to test-data directory
- Date: Tue, 19 Apr 2011 07:31:55 +0000 (UTC)
commit 1079959f96c4526386d4bc2be7bfcd4a35b6e2cf
Author: Stef Walter <stefw collabora co uk>
Date: Tue Apr 19 09:31:24 2011 +0200
gcr: Fix remaining references to test-data directory
gcr/tests/Makefile.am | 2 +-
gcr/tests/frob-certificate.c | 2 +-
gcr/tests/frob-key.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gcr/tests/Makefile.am b/gcr/tests/Makefile.am
index 1e57e92..92bf3b5 100644
--- a/gcr/tests/Makefile.am
+++ b/gcr/tests/Makefile.am
@@ -38,7 +38,7 @@ all-local: $(check_PROGRAMS)
endif
EXTRA_DIST = \
- test-data
+ files
# ------------------------------------------------------------------
diff --git a/gcr/tests/frob-certificate.c b/gcr/tests/frob-certificate.c
index 827eb6c..d14215c 100644
--- a/gcr/tests/frob-certificate.c
+++ b/gcr/tests/frob-certificate.c
@@ -105,7 +105,7 @@ main(int argc, char *argv[])
test_certificate (argv[1]);
} else {
chdir_base_dir (argv[0]);
- test_certificate ("test-data/der-certificate.crt");
+ test_certificate ("files/der-certificate.crt");
}
return 0;
diff --git a/gcr/tests/frob-key.c b/gcr/tests/frob-key.c
index 0c79504..cd71b01 100644
--- a/gcr/tests/frob-key.c
+++ b/gcr/tests/frob-key.c
@@ -103,7 +103,7 @@ main(int argc, char *argv[])
test_key (argv[1]);
} else {
chdir_base_dir (argv[0]);
- test_key ("test-data/pem-dsa-1024.key");
+ test_key ("files/pem-dsa-1024.key");
}
return 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]