mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 20:46:24 +03:00
Full application rewrite, v2 version introduced
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
. "github.com/derfenix/photocatalog/internal/metadata"
|
||||
. "github.com/derfenix/photocatalog/v2/internal/metadata"
|
||||
)
|
||||
|
||||
func TestDefault_Extract(t *testing.T) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
. "github.com/derfenix/photocatalog/internal/organizer/modes"
|
||||
. "github.com/derfenix/photocatalog/v2/internal/organizer/modes"
|
||||
)
|
||||
|
||||
func TestCopy_PlaceIt(t *testing.T) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
. "github.com/derfenix/photocatalog/internal/organizer/modes"
|
||||
. "github.com/derfenix/photocatalog/v2/internal/organizer/modes"
|
||||
)
|
||||
|
||||
func TestHardLink_PlaceIt(t *testing.T) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
. "github.com/derfenix/photocatalog/internal/organizer/modes"
|
||||
. "github.com/derfenix/photocatalog/v2/internal/organizer/modes"
|
||||
)
|
||||
|
||||
func TestMove_PlaceIt(t *testing.T) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
. "github.com/derfenix/photocatalog/internal/organizer/modes"
|
||||
. "github.com/derfenix/photocatalog/v2/internal/organizer/modes"
|
||||
)
|
||||
|
||||
func TestSymLink_PlaceIt(t *testing.T) {
|
||||
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
"github.com/fsnotify/fsnotify"
|
||||
|
||||
"github.com/derfenix/photocatalog/internal/metadata"
|
||||
"github.com/derfenix/photocatalog/v2/internal/metadata"
|
||||
)
|
||||
|
||||
type MetaExtractor interface {
|
||||
|
||||
@@ -11,8 +11,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/derfenix/photocatalog/internal/metadata"
|
||||
"github.com/derfenix/photocatalog/internal/organizer/modes"
|
||||
"github.com/derfenix/photocatalog/v2/internal/metadata"
|
||||
"github.com/derfenix/photocatalog/v2/internal/organizer/modes"
|
||||
)
|
||||
|
||||
func TestOrganizer_FullSync(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user