﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
132	The same serie can be defined twice without any error or warning message	request	danirus	"/* The same serie can be defined twice without any error or warning message

File error200408-132a.bdt (the serie value is defined):
C         ;value;
2004/01/20;  200;
2004/02/25;  250;

File error200408-132b.bdt (the serie value is defined again):
Monthly   ;value;
2004/01/11;  300;
2004/01/21;  350;

Depending on the evaluation point the serie values:
1) Dating C (always) and values 200 and 250
2) Dating C (always) and values 300 and 350

The set inc001 has 1 element  (always)
The set inc002 has 0 elements (always)

No error or warning are emited like (ERROR: Variable 'value' already defined
as ... Can not create ...

*/

Set inc001 = Include(""error200408-132a.bdt"");

// 1) If the following TimeSet and values of the first file
// Text WriteLn(""SumS = ""+FormatReal(SumS(value), ""%.0lf""));

Set inc002 = Include(""error200408-132b.bdt"");

// 2) If the following TimeSet of the first file and values of the second
Text WriteLn(""SumS = ""+FormatReal(SumS(value), ""%.0lf""));"	defect	closed	normal		TimeSetAlgebra	head	normal	fixed		
