fix tests on Windows

Review Request #1229 — Created Jan. 14, 2022 and submitted

Information

gplugin/gplugin
default

Reviewers

fix tests on Windows

Ran tests on Windows (MinGW64) and Linux

Summary ID Author
fix tests on Windows
106bbe2696333f5af2a1e3d88798ecb4e4c7c993 ivanhoe
gplugin tests: statically combined some strings instead of using format strings
8280699f8e74def7e6ca04a0d75f848b4b7a4f5b ivanhoe
Description From Last Updated

This can just be combined statically: g_strdup("foo" G_DIS_SEPARATOR_S)

QuLogicQuLogic

Again can be combined as G_DIR_SEPARATOR_S "prefoo",

QuLogicQuLogic
QuLogic
  1. 
      
  2. gplugin/tests/test-option-group.c (Diff revision 1)
     
     

    This can just be combined statically:

    g_strdup("foo" G_DIS_SEPARATOR_S)

  3. gplugin/tests/test-plugin-manager-paths.c (Diff revision 1)
     
     
     

    Again can be combined as G_DIR_SEPARATOR_S "prefoo",

  4. 
      
ivanhoe
ivanhoe
ivanhoe
rekkanoryo
  1. Ship It!
  2. 
      
grim
  1. Ship It!
  2. Awesome work, thanks!!

  3. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...