aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_subscriber.vty.sql
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_subscriber.vty.sql')
-rw-r--r--tests/test_subscriber.vty.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_subscriber.vty.sql b/tests/test_subscriber.vty.sql
index ff167aa..e2c1af2 100644
--- a/tests/test_subscriber.vty.sql
+++ b/tests/test_subscriber.vty.sql
@@ -1,3 +1,6 @@
+-- Subscriber with invalid IMEI length
+INSERT INTO subscriber (id, imsi, imei) VALUES(99, '000000000000099', '12345');
+
-- Dummy entry with ID=100 gives all subscribers created in the VTY test an
-- ID > 100, so we can pre-fill the database with IDs < 100.
INSERT INTO subscriber (id, imsi) VALUES(100, '000000000000100');