Skip to content

Conversation

@papeh
Copy link
Contributor

@papeh papeh commented May 16, 2019

  • When selecting a new Default WS, relpace the existing one

Change-Id: I82c732cc40d9cd3d259002275b7eabcc55eff981


This change is Reviewable

Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

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

I think english needs to be preserved in the all list.

Reviewed 2 of 2 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @papeh)


Src/FwCoreDlgs/FwCoreDlgsTests/FwNewLangProjectModelTests.cs, line 455 at r1 (raw file):

			Assert.That(model.WritingSystemContainer.CurrentAnalysisWritingSystems.First().LanguageTag, Is.EqualTo("en"), "Test setup problem");
			model.SetDefaultWs(new LanguageInfo{LanguageTag = "de"});
			Assert.That(model.WritingSystemContainer.AnalysisWritingSystems.Count, Is.EqualTo(1), "all");

I expected to have english retained in the analysis list. If it is somehow added after the wizard we need a test for that.

@papeh papeh force-pushed the bug/TooManyWss branch from ddcc76f to f7d127e Compare May 16, 2019 20:30
- When selecting a new Default WS, relpace the existing one
- Test that English is an Analysis WS in every new project,
  even if the user has removed it.

Change-Id: I82c732cc40d9cd3d259002275b7eabcc55eff981
@papeh papeh force-pushed the bug/TooManyWss branch from f7d127e to d1be734 Compare May 16, 2019 21:09
@papeh
Copy link
Contributor Author

papeh commented Jul 18, 2019

submitted and merged through Gerrit.

@papeh papeh closed this Jul 18, 2019
@papeh papeh deleted the bug/TooManyWss branch July 18, 2019 14:50
sillsdevgerrit pushed a commit that referenced this pull request Nov 12, 2020
Includes:
1. Assimilating all IUtility implementations into the UtilityDlg class.
2. Make one version of the string "???" and have all clients use it.
3. Move code out of the IUtility impls and into FwUtils as extensions of LCM.
4. Move related tests for #3 into FwUtils test assembly.
5. Re-add support for user-defined IUtility impls.
6. Get rid of unused code (e.g., SampleCitationFormTransducer class).

Change-Id: I38629bd5929d1fc8c1b851ac13212f4b4f5c69b6
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.

2 participants