Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -20,9 +20,9 @@ mod tests {
|
||||
use std::rc::Rc;
|
||||
use std::time::Duration;
|
||||
use virtual_fs::{Stub, VirtualFS};
|
||||
use warp_util::standardized_path::StandardizedPath;
|
||||
use warpui::r#async::FutureExt as _;
|
||||
use warpui::App;
|
||||
use galaxy_util::standardized_path::StandardizedPath;
|
||||
use galaxyui::r#async::FutureExt as _;
|
||||
use galaxyui::App;
|
||||
|
||||
impl LocalRepoMetadataModel {
|
||||
fn new_for_test() -> Self {
|
||||
@@ -1038,7 +1038,7 @@ Thumbs.db
|
||||
|
||||
#[test]
|
||||
fn test_canonicalized_path_functionality() {
|
||||
use warp_util::standardized_path::StandardizedPath;
|
||||
use galaxy_util::standardized_path::StandardizedPath;
|
||||
VirtualFS::test("canonicalized_path_test", |dirs, mut vfs| {
|
||||
let repo_path = dirs.tests();
|
||||
|
||||
@@ -1107,7 +1107,7 @@ Thumbs.db
|
||||
|
||||
#[test]
|
||||
fn test_repository_operations_with_standardized_paths() {
|
||||
use warp_util::standardized_path::StandardizedPath;
|
||||
use galaxy_util::standardized_path::StandardizedPath;
|
||||
|
||||
VirtualFS::test("repo_canonicalized_test", |dirs, mut vfs| {
|
||||
let test_root = dirs.tests();
|
||||
@@ -1220,7 +1220,7 @@ Thumbs.db
|
||||
|
||||
#[test]
|
||||
fn test_standardized_path_edge_cases() {
|
||||
use warp_util::standardized_path::StandardizedPath;
|
||||
use galaxy_util::standardized_path::StandardizedPath;
|
||||
|
||||
VirtualFS::test("canonicalized_edge_cases", |dirs, mut vfs| {
|
||||
let test_root = dirs.tests();
|
||||
|
||||
Reference in New Issue
Block a user