projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5efded
)
files consistency after rebase
author
Alexander Strizhakov
<alex.strizhakov@gmail.com>
Fri, 10 Jul 2020 10:02:24 +0000
(13:02 +0300)
committer
Alexander Strizhakov
<alex.strizhakov@gmail.com>
Tue, 13 Oct 2020 13:44:01 +0000
(16:44 +0300)
test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs
[moved from
test/web/activity_pub/object_validators/announce_validation_test.exs
with 97% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs
[moved from
test/web/activity_pub/object_validators/attachment_validator_test.exs
with 100% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/block_validation_test.exs
[moved from
test/web/activity_pub/object_validators/block_validation_test.exs
with 100% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs
[moved from
test/web/activity_pub/object_validators/chat_validation_test.exs
with 100% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs
[moved from
test/web/activity_pub/object_validators/delete_validation_test.exs
with 100% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs
[moved from
test/web/activity_pub/object_validators/emoji_react_validation_test.exs
with 100% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs
[moved from
test/web/activity_pub/object_validators/follow_validation_test.exs
with 100% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/like_validation_test.exs
[moved from
test/web/activity_pub/object_validators/like_validation_test.exs
with 100% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs
[moved from
test/web/activity_pub/object_validators/undo_validation_test.exs
with 100% similarity]
patch
|
blob
|
history
test/pleroma/web/activity_pub/object_validators/update_handling_test.exs
[moved from
test/web/activity_pub/object_validators/update_validation_test.exs
with 100% similarity]
patch
|
blob
|
history
diff --git
a/test/web/activity_pub/object_validators/announce_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs
similarity index 97%
rename from
test/web/activity_pub/object_validators/announce_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs
index 623342f76e0b5b10cd0e2726f2c2d79df99d19f9..4771c4698d20e41ad320c20ef688da9e0df03a07 100644
(file)
--- a/
test/web/activity_pub/object_validators/announce_validation_test.exs
+++ b/
test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs
@@
-2,7
+2,7
@@
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
-defmodule Pleroma.Web.ActivityPub.ObjectValidators.AnnouncValidationTest do
+defmodule Pleroma.Web.ActivityPub.ObjectValidators.Announc
e
ValidationTest do
use Pleroma.DataCase
alias Pleroma.Object
diff --git
a/test/web/activity_pub/object_validators/attachment_validator_test.exs
b/test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/attachment_validator_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs
diff --git
a/test/web/activity_pub/object_validators/block_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/block_validation_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/block_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/block_validation_test.exs
diff --git
a/test/web/activity_pub/object_validators/chat_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/chat_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs
diff --git
a/test/web/activity_pub/object_validators/delete_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/delete_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs
diff --git
a/test/web/activity_pub/object_validators/emoji_react_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/emoji_react_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs
diff --git
a/test/web/activity_pub/object_validators/follow_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/follow_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs
diff --git
a/test/web/activity_pub/object_validators/like_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/like_validation_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/like_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/like_validation_test.exs
diff --git
a/test/web/activity_pub/object_validators/undo_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/undo_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs
diff --git
a/test/web/activity_pub/object_validators/update_validation_test.exs
b/test/pleroma/web/activity_pub/object_validators/update_handling_test.exs
similarity index 100%
rename from
test/web/activity_pub/object_validators/update_validation_test.exs
rename to
test/pleroma/web/activity_pub/object_validators/update_handling_test.exs