Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed symbol problem #17

Merged
merged 2 commits into from
Nov 21, 2013
Merged

fixed symbol problem #17

merged 2 commits into from
Nov 21, 2013

Conversation

pHill5136
Copy link
Contributor

fixed problem where symbols no longer adding to the oob tree

fixed problem where symbols no longer adding to the oob tree
headers and removed 102
throw new Exception("Test data file not found: " + dataFile);

using (FileStream fs = File.OpenRead(dataFile))
using (FileStream fs = File.OpenRead("C:/Dev/VS/DefenseSolution/OrderOfBattle/OrderOfBattleUnitTests/resources/oobdatasources.txt"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestSerialize() test is failing - looks like the previous fix was removed

@csmoore
Copy link
Member

csmoore commented Nov 15, 2013

Just need to re-add the fix to solutions-widgets-wpf\source\OrderOfBattle\OrderOfBattleUnitTests\OOBDataSourceTest.cs & this is ready to be merged - TestSerialize() was failing (but nice job having unit tests to easily test this one to begin with)

csmoore added a commit that referenced this pull request Nov 21, 2013
fixed symbol problem - I'll fix the one open problem with test after the merge
@csmoore csmoore merged commit 3b69951 into Esri:master Nov 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants