health03adv / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Google.GData.Analytics.Metric Does Nothing w/ value in Ctor #584

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. var metric = new Metric("1", "ga:impressions", "INTEGER", "1");
2. Assert.AreEqual("1", metric.Value);

What is the expected output? What do you see instead?
I expect the assertion to pass. Instead it doesn't.

What version of the product are you using? On what operating system?
1.9.0.0

Please provide any additional information below.

Original issue reported on code.google.com by joao.pau...@gmail.com on 24 Apr 2012 at 6:26

GoogleCodeExporter commented 8 years ago
Thanks for reporting this bug, just fixed it in rev. 1179:

http://code.google.com/p/google-gdata/source/detail?r=1179

Original comment by ccherub...@google.com on 24 Apr 2012 at 11:57