Hillrunner2008 / mydas

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

NO_INTRINSIC_ORIENTATION is displayed as POSITIVE_ORIENTATION #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define an entry point with no orientation, null or NO_INTRINSIC_ORIENTATION

What is the expected output? What do you see instead?
The expected output should omit this parameter as it is optional and should not 
be displayed when its value is different from + or -; instead the entry_points 
command currently response with a + orientation

Solution: Modify the serializer class in order to displayed the proper 
orientation, which means do not display it when it is not define.
Classes: DasEntryPointE (it serializes entry points), DasEntryPointOrientation 
(the value NO_INTRINSIC_ORIENTATION was defined as + not as 0), 
GFFFileReferenceDataSource and WebIntegrationTest(for testing purposes)

Original issue reported on code.google.com by leylaj...@gmail.com on 10 Dec 2010 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by leylaj...@gmail.com on 25 Feb 2011 at 12:03