Compare commits
2 commits
404bba56ab
...
246111dee1
| Author | SHA1 | Date | |
|---|---|---|---|
|
246111dee1 |
|||
|
11aaf36789 |
4 changed files with 4 additions and 12 deletions
|
|
@ -16,20 +16,21 @@ Cette convention est partagée avec le dépôt
|
|||
[`postit-debian`](https://forgejo.pschneider.fr/notazof/postit-debian)
|
||||
pour la production des paquets `.deb`.
|
||||
|
||||
## [1.0.8-rc1] - unstable
|
||||
## [1.0.8-rc3] - unstable
|
||||
|
||||
### Added
|
||||
|
||||
* a code cleanup
|
||||
* a failling a disabled test ala Xamarin.UITest : the Android app stil doesn't starts
|
||||
- Android app does not crash any more, but still no home page, only the splash screnn
|
||||
|
||||
### Changed
|
||||
|
||||
moslty nothing
|
||||
mostly nothing
|
||||
|
||||
### Fixed
|
||||
|
||||
nothing
|
||||
mostly nothing
|
||||
|
||||
## [1.0.8-rc1] - unstable
|
||||
|
||||
|
|
|
|||
|
|
@ -100,8 +100,6 @@ public class AddCircleMemberDialogTests
|
|||
|
||||
context.Window = new MainWindow();
|
||||
context.App = (PostIt.App)Application.Current!;
|
||||
context.App.DataTemplates.Clear();
|
||||
context.App.DataTemplates.Add(new ViewLocator(sp));
|
||||
context.App.AttachMainWindow(context.Window);
|
||||
context.Window.Show();
|
||||
|
||||
|
|
|
|||
|
|
@ -114,11 +114,6 @@ public class MainPageButtonsTests
|
|||
var window = new MainWindow();
|
||||
var page = new MainPage { DataContext = vm };
|
||||
var app = (PostIt.App)Application.Current!;
|
||||
if (vm.Services is not null)
|
||||
{
|
||||
app.DataTemplates.Clear();
|
||||
app.DataTemplates.Add(new ViewLocator(vm.Services));
|
||||
}
|
||||
app.AttachMainWindow(window);
|
||||
window.Show();
|
||||
window.NavRoot.PushAsync(page).GetAwaiter().GetResult();
|
||||
|
|
|
|||
|
|
@ -140,8 +140,6 @@ public class PostAclDialogTests
|
|||
|
||||
var window = new MainWindow();
|
||||
var app = (App)Application.Current!;
|
||||
app.DataTemplates.Clear();
|
||||
app.DataTemplates.Add(new ViewLocator(sp));
|
||||
app.AttachMainWindow(window);
|
||||
window.Show();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue