X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2Fsession.c;h=f9e42dfcba6f3dca71951325a2bad5bda45319aa;hb=42dcd8ef08cadaa870efa71f2df7650d4e4c24a6;hp=d6895af8f4ec174ee19c785f3ac0f2876f263741;hpb=c052046717c09758bbdf62819e0029dddcae7159;p=libsigrokdecode.git diff --git a/tests/session.c b/tests/session.c index d6895af..f9e42df 100644 --- a/tests/session.c +++ b/tests/session.c @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#include "../libsigrokdecode-internal.h" /* First, to avoid compiler warning. */ -#include "../libsigrokdecode.h" +#include +#include /* First, to avoid compiler warning. */ +#include #include #include #include @@ -204,7 +204,7 @@ START_TEST(test_session_metadata_set_bogus) srd_init(NULL); srd_session_new(&sess); - /* Incorrect gvariant type (currently only uint64 is used). */ + /* Incorrect GVariant type (currently only uint64 is used). */ conf_check_fail_str(sess, SRD_CONF_SAMPLERATE, ""); conf_check_fail_str(sess, SRD_CONF_SAMPLERATE, "Foo");