From e3235394d1c0a6ec8d0eb97b4b3f73f546226380 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20St=C3=B6ckler?= <tobiasstoeckler@googlemail.com>
Date: Thu, 31 Oct 2013 13:42:15 +0100
Subject: [PATCH] by tstoeckler: Provide required 'type' key in test library
 info file.

---
 CHANGELOG.txt                                      | 1 +
 tests/example/example_info_file.libraries.info.yml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 9624be1..43a2de0 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,7 @@
 
 Libraries 8.x-3.x, xxxx-xx-xx
 -----------------------------
+by tstoeckler: Provide required 'type' key in test library info file.
 #2090351 by tstoeckler: Remove obsolete hook_flush_caches().
 #2090425 by tstoeckler: Adapt for renamed ControllerInterface.
 #2090323 by tstoeckler: Remove obsolete libraries_parse_dependency().
diff --git a/tests/example/example_info_file.libraries.info.yml b/tests/example/example_info_file.libraries.info.yml
index 26086f4..4637dd8 100644
--- a/tests/example/example_info_file.libraries.info.yml
+++ b/tests/example/example_info_file.libraries.info.yml
@@ -1,4 +1,4 @@
 
 # This is an example info file of a library used for testing purposes.
 name: Example info file
-
+type: library
-- 
GitLab