Branch: Tag:

2003-08-18

2003-08-18 14:12:05 by Martin Stjernholm <mast@lysator.liu.se>

Added test case for bug which causes Calendar.Language["swe"] to
return the Serbian locale in 7.4 and 7.5.

Rev: src/testsuite.in:1.669

1: - test_true([["$Id: testsuite.in,v 1.668 2003/08/10 19:32:01 nilsson Exp $"]]); + test_true([["$Id: testsuite.in,v 1.669 2003/08/18 14:12:05 mast Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
2423:   }   ]])    + test_program_eq([[ +  constant x = X; +  class X {constant c = "right";}    -  +  constant y = Y; +  class Y {constant c = "wrong";} +  +  string a() +  { +  return ::`[]("x")->c; +  } + ]], "right") +  +    dnl Come back when we decide that this should be possible   dnl test_do([[   dnl class A {