interest+exclude: rename NameComponent to GenericNameComponent

refs #4526

Change-Id: I8300f68b504ec959ca482759eaa4f7cbf566d729
diff --git a/tests/unit-tests/selectors.t.cpp b/tests/unit-tests/selectors.t.cpp
index 0b5d70f..202fd71 100644
--- a/tests/unit-tests/selectors.t.cpp
+++ b/tests/unit-tests/selectors.t.cpp
@@ -1,6 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
-/**
- * Copyright (c) 2013-2017 Regents of the University of California.
+/*
+ * Copyright (c) 2013-2018 Regents of the University of California.
  *
  * This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
  *
@@ -74,10 +74,10 @@
                       0x08, 0x03, 0x6b, 0x65, 0x79,
                       0x08, 0x07, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x6f, 0x72,
           0x10, 0x14, // Exclude
-                0x08, 0x04, 0x61, 0x6c, 0x65, 0x78, // NameComponent
-                0x08, 0x04, 0x78, 0x78, 0x78, 0x78, // NameComponent
+                0x08, 0x04, 0x61, 0x6c, 0x65, 0x78, // GenericNameComponent
+                0x08, 0x04, 0x78, 0x78, 0x78, 0x78, // GenericNameComponent
                 0x13, 0x00, // Any
-                0x08, 0x04, 0x79, 0x79, 0x79, 0x79, // NameComponent
+                0x08, 0x04, 0x79, 0x79, 0x79, 0x79, // GenericNameComponent
           0x11, 0x01, 0x01, // ChildSelector
           0x12, 0x00 // MustBeFresh
   };