(from links above, a result mathematica "failed")
DSolve[{cw(1,0)(x,t)+w(0,1)(x,t)=0,w(x,0)=f(x),w(0,t)=h(t)},w(x,t),{x,t},Assumptions->c>0 && x>0 && t>0]
https://www.12000.org/my_notes/pde_in_CAS/pdse4.htm#7
I do not think this test is "correct". c>0 does not mean, in Mathematica, that c is a constant.
"therefore w(x(t),t) is constant" (from link above of test results)
olver intro to PDE, transport and traveling wave equations, "in which c is a fixed, nonzero constant" (which i borrowed from the intro (still saving to afford a copy!))
Correct me if i'm wrong that c>0 does not mean "is a constant" in Mathematica but that in Maple it likely does