[MERGED] osmo-hlr[master]: cosmetic: rename auc_3g_test.c to auc_test.c

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Mar 1 12:21:16 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: cosmetic: rename auc_3g_test.c to auc_test.c
......................................................................


cosmetic: rename auc_3g_test.c to auc_test.c

The test includes 2G-only tests so the name is misleading. Splitting up makes
no sense.

Change-Id: I1a5a40413bf6636ead9370fb827aa0338c049e7f
---
M tests/auc/Makefile.am
R tests/auc/auc_test.c
R tests/auc/auc_test.err
R tests/auc/auc_test.ok
M tests/testsuite.at
5 files changed, 9 insertions(+), 9 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/tests/auc/Makefile.am b/tests/auc/Makefile.am
index 761396b..b3c20f2 100644
--- a/tests/auc/Makefile.am
+++ b/tests/auc/Makefile.am
@@ -16,23 +16,23 @@
 	$(NULL)
 
 EXTRA_DIST = \
-	auc_3g_test.ok \
-	auc_3g_test.err \
+	auc_test.ok \
+	auc_test.err \
 	auc_ts_55_205_test_sets.ok \
 	auc_ts_55_205_test_sets.err \
 	$(NULL)
 
 
 noinst_PROGRAMS = \
-	auc_3g_test \
+	auc_test \
 	auc_ts_55_205_test_sets \
 	$(NULL)
 
-auc_3g_test_SOURCES = \
-	auc_3g_test.c \
+auc_test_SOURCES = \
+	auc_test.c \
 	$(NULL)
 
-auc_3g_test_LDADD = \
+auc_test_LDADD = \
 	$(top_srcdir)/src/auc.c \
 	$(top_srcdir)/src/logging.c \
 	$(LIBOSMOCORE_LIBS) \
diff --git a/tests/auc/auc_3g_test.c b/tests/auc/auc_test.c
similarity index 100%
rename from tests/auc/auc_3g_test.c
rename to tests/auc/auc_test.c
diff --git a/tests/auc/auc_3g_test.err b/tests/auc/auc_test.err
similarity index 100%
rename from tests/auc/auc_3g_test.err
rename to tests/auc/auc_test.err
diff --git a/tests/auc/auc_3g_test.ok b/tests/auc/auc_test.ok
similarity index 100%
rename from tests/auc/auc_3g_test.ok
rename to tests/auc/auc_test.ok
diff --git a/tests/testsuite.at b/tests/testsuite.at
index dc1de33..46d1456 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -3,9 +3,9 @@
 
 AT_SETUP([auc])
 AT_KEYWORDS([auc])
-cat $abs_srcdir/auc/auc_3g_test.ok > expout
-cat $abs_srcdir/auc/auc_3g_test.err > experr
-AT_CHECK([$abs_top_builddir/tests/auc/auc_3g_test], [], [expout], [experr])
+cat $abs_srcdir/auc/auc_test.ok > expout
+cat $abs_srcdir/auc/auc_test.err > experr
+AT_CHECK([$abs_top_builddir/tests/auc/auc_test], [], [expout], [experr])
 AT_CLEANUP
 
 AT_SETUP([auc_ts_55_205_test_sets])

-- 
To view, visit https://gerrit.osmocom.org/1872
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1a5a40413bf6636ead9370fb827aa0338c049e7f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list