X Tutup
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ baseline: spec
with: [
spec
requires: #('Grease-Pharo30-Core');
includes: #('Grease-Tests-Pharo20-Core') ];
includes: #('Grease-Tests-Pharo-Core') ];
package: 'Grease-Pharo30-Core'
with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Pharo20-Core'
package: 'Grease-Tests-Pharo-Core'
with: [ spec requires: #('Grease-Tests-Core') ];
package: 'Grease-Slime' with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Slime'
Expand All @@ -95,10 +95,10 @@ baseline: spec
with: [
spec
requires: #('Grease-Pharo30-Core');
includes: #('Grease-Tests-Pharo20-Core') ];
includes: #('Grease-Tests-Pharo-Core') ];
package: 'Grease-Pharo30-Core'
with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Pharo20-Core'
package: 'Grease-Tests-Pharo-Core'
with: [ spec requires: #('Grease-Tests-Core') ];
package: 'Grease-Pharo40-Slime'
with: [ spec requires: #('Grease-Core') ];
Expand All @@ -117,10 +117,10 @@ baseline: spec
with: [
spec
requires: #('Grease-Pharo60-Core');
includes: #('Grease-Tests-Pharo20-Core') ];
includes: #('Grease-Tests-Pharo-Core') ];
package: 'Grease-Pharo60-Core'
with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Pharo20-Core'
package: 'Grease-Tests-Pharo-Core'
with: [ spec requires: #('Grease-Tests-Core') ];
package: 'Grease-Pharo40-Slime'
with: [ spec requires: #('Grease-Core') ];
Expand All @@ -137,10 +137,10 @@ baseline: spec
package: 'Grease-Core'
with: [ spec includes: #('Grease-Pharo70-Core') ];
package: 'Grease-Tests-Core'
with: [ spec requires: #('Grease-Pharo70-Core'); includes: #('Grease-Tests-Pharo20-Core') ];
with: [ spec requires: #('Grease-Pharo70-Core'); includes: #('Grease-Tests-Pharo-Core') ];
package: 'Grease-Pharo70-Core'
with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Pharo20-Core'
package: 'Grease-Tests-Pharo-Core'
with: [ spec requires: #('Grease-Tests-Core') ];
package: 'Grease-Pharo40-Slime'
with: [ spec requires: #('Grease-Core') ];
Expand Down

This file was deleted.

This file was deleted.

5 changes: 3 additions & 2 deletions repository/Grease-Tests-Pharo-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*grease-tests-pharo-core
*Grease-Tests-Pharo-Core
greaseTestsPharoCore
^ self new
name: 'Grease-Tests-Pharo-Core';
description: 'Unit tests for the package Grease-Pharo-Core.';
addDependency: 'Grease-Pharo-Core';
addDependency: 'Grease-Tests-Core';
url: #seasideUrl;
url: #greaseUrl;
yourself
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"instance" : { },
"class" : {
"greaseTestsPharoCore" : "lr 2/17/2010 15:11" },
"instance" : {
} }
"greaseTestsPharoCore" : "pmm 9/12/2013 16:00"
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPackage" }
"name" : "GRPackage"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"class" : {
},
"instance" : {
"assert:next:startingAt:gives:" : "pmm 4/21/2012 20:54",
"assertEncodingIgnoresLanguageTat:" : "pmm 12/26/2010 22:24",
"stripLeadingCharFrom:" : "pmm 12/26/2010 22:13",
"testAllCodesIncludesIso88591" : "pmm 8/16/2010 00:24",
"testGreaseNextPutAllStartingAt" : "pmm 5/21/2014 21:09",
"testLanguageTag" : "pmm 12/26/2010 22:25" } }
"testGreaseNextPutAllStartingAt" : "pmm 5/21/2014 20:43",
"testLanguageTag" : "pmm 12/26/2010 22:25",
"stripLeadingCharFrom:" : "pmm 12/26/2010 22:13",
"assert:next:startingAt:gives:" : "pmm 4/21/2012 20:54",
"assertEncodingIgnoresLanguageTat:" : "pmm 12/26/2010 22:24"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Tests-Pharo-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRPharoCodecTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }
"category" : "Grease-Tests-Pharo-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoCodecTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"class" : {
},
"instance" : {
"testFromSixDigit" : "pmm 11/20/2008 22:00",
"expectedFailures" : "lr 7/25/2011 19:51",
"testAllColors" : "lr 7/25/2011 18:34",
"testFromStringName" : "pmm 8/25/2016 10:59",
"testColorAsHtmlColor" : "MAD 8/29/2008 15:36",
"testFromSixDigit" : "pmm 11/20/2008 22:00",
"testFromStringName" : "pmm 9/1/2012 15:32",
"testFromStringSixDigit" : "pmm 11/20/2008 22:01",
"testFromStringThreeDigit" : "pmm 9/1/2012 15:32" } }
"testFromStringThreeDigit" : "pmm 8/25/2016 11:00",
"testAllColors" : "lr 7/25/2011 18:34"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Tests-Pharo-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRPharoColorTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }
"category" : "Grease-Tests-Pharo-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoColorTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"testNoAmbiguities" : "pmm 8/16/2010 00:47" } }
"testNoAmbiguities" : "pmm 8/16/2010 00:47"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Tests-Pharo-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRPharoGenericCodecTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }
"category" : "Grease-Tests-Pharo-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoGenericCodecTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ testCompileIntoClassified

[ self assert: (self class selectors includes: selector).
selectors := self class organization listAtCategoryNamed: protocol.
self assert: selectors = (Array with: selector) ] ensure: [ self class removeSelectorSilently: selector ]
self assert: selectors = (Array with: selector) ] ensure: [ self class removeSelector: selector ]

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"class" : {
},
"instance" : {
"testCompileIntoClassified" : "jf 9/30/2009 00:19",
"testCompileIntoClassified" : "JohanBrichau 4/19/2014 17:14",
"runCase" : "pmm 9/12/2013 18:03",
"testReadWriteToFileInFolderBinary" : "pmm 8/25/2016 10:59",
"testUseByteArrayLiterals" : "pmm 9/10/2017 12:21",
"testFullName" : "jf 10/6/2008 14:37",
"testGreaseIntegerOnCharacter" : "pmm 12/26/2010 21:44",
"writeToFile:withFileNameDo:" : "JohanBrichau 11/8/2014 10:33",
"testMessageSendValueWithPossibleArguments" : "jf 12/18/2009 12:29",
"testWriteToFileInFolderBinary" : "pmm 1/22/2012 16:09",
"testWriteToFileInFolderText" : "pmm 1/22/2012 15:54",
"writeToFile:" : "pmm 1/22/2012 15:57" } }
"testReadWriteToFileInFolderText" : "pmm 8/25/2016 10:59"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Tests-Pharo-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRPharoPlatformTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }
"category" : "Grease-Tests-Pharo-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoPlatformTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*grease-tests-pharo-core
*Grease-Tests-Pharo-Core
testScaledDecimalGreaseString
self assert: 123.4s1 greaseString = '123.4'.
self assert: 123.4s2 greaseString = '123.40'.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPlatformTest" }
"name" : "GRPlatformTest"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*grease-tests-pharo-core
*Grease-Tests-Pharo-Core
testScaledDecimalPrinter
| converter |
converter := GRNumberPrinter new precision: 2.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"testScaledDecimalPrinter" : "pmm 9/15/2013 11:35" } }
"testScaledDecimalGreaseString" : "pmm 9/15/2013 12:27"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPrinterTest" }
"name" : "GRPrinterTest"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*grease-tests-pharo-core
*Grease-Tests-Pharo-Core
expectedFailures
^ #(testCodecUtf8ShortestForm)
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"expectedFailures" : "lr 7/25/2011 19:52" } }
"expectedFailures" : "JohanBrichau 8/22/2013 19:54"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRUtf8CodecTest" }
"name" : "GRUtf8CodecTest"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Grease-Tests-Pharo-Core-pmm.22' message 'Issue 792: Issue encoding a non-ascii character preceded by an xml-unsafe one- https://code.google.com/p/seaside/issues/detail?id=792- move GRCountingStream from Pharo-only package to Core' id '9544fcd4-e1e7-4d17-9586-82ecc0402a4c' date '21 May 2014' time '9:35:59 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.21' message 'Issue 770: ScaledDecimal rendering supporthttp://code.google.com/p/seaside/issues/detail?id=770' id '87f003ce-ca35-4b4d-940f-716ceadfec2b' date '15 September 2013' time '12:19:58 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.20' message '- Slime' id '0af86ec3-1c6f-4158-b32d-a6db74ed5c19' date '14 September 2013' time '9:52:16 am' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.19' message '- Slime fixes, mostly recategorizations' id 'c563e0f1-b510-46fd-aa49-1b0aa7c03b89' date '3 September 2012' time '4:35:15 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.18' message '- formatting Nazis from outer space' id '6c9df51f-cf00-4a1e-8ee9-cc58fa45b610' date '1 September 2012' time '5:02:57 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.17' message '- Issue 733: multibyte characters broken when flushing a WAComboResponse- http://code.google.com/p/seaside/issues/detail?id=733' id '18f64df3-3cc1-4bb7-97cd-ddd9a3e18561' date '25 June 2012' time '9:06:57 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.16' message '- fix off by one error' id '4918147b-5d79-434e-92c8-68e10be339ef' date '21 April 2012' time '9:01:22 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.15' message '- checkstyle' id 'f097854b-5c2e-4767-9031-39075bf621ed' date '22 January 2012' time '4:10:12 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.14' message '- Issue 699: GRPharoPlatform>>#write:toFile:inFolder: uses CrLfFileStream in seaside 3.0.6.3' id '3b417409-7b1e-47a5-9601-4931425fb496' date '22 January 2012' time '4:00:25 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-lr.13' message '- fixed formatting of return message' id 'c6dbcdf2-251f-4ad9-9219-927ba1cd2465' date '25 July 2011' time '8:18:52 pm' author 'lr' ancestors ((name 'Grease-Tests-Pharo-Core-lr.12' message '- fixed spacing in blocks' id 'dc350031-4a17-4557-8fc2-eb8aaa939159' date '25 July 2011' time '7:19:24 pm' author 'lr' ancestors ((name 'Grease-Tests-Pharo-Core-lr.11' message '- fixing method categories' id 'd42b8469-aaab-4cd5-bf8f-8efd15ae33fb' date '25 July 2011' time '11:07:38 am' author 'lr' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.10' message '- check leading char does not have an influce on encoding' id '7c8ccfc0-34fd-410b-adbc-3ef2ffef5091' date '26 December 2010' time '10:29:22 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.9' message '- cosmetics' id '53c26199-0b1c-4f1f-8339-6e0bbbcd4c05' date '26 December 2010' time '10:09:49 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-pmm.8' message '- Issue 570: iso-8859-1 doesn''t show up in the encoding list of the server adapter- http://code.google.com/p/seaside/issues/detail?id=570' id '7bb03449-cc68-4546-afb5-bdd2af40438f' date '16 August 2010' time '12:58:10 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo-Core-jok.7' message 'remove redundant #testConvertToSmalltalkNewlines' id '427a0773-62f9-f04a-ac30-cbb8db7bc866' date '15 April 2010' time '4:13:48 pm' author 'jok' ancestors ((name 'Grease-Tests-Pharo-Core-lr.6' message '- added explicit repository url' id '1b881541-baf0-41c8-9c20-c84f1900b030' date '17 February 2010' time '3:44:35 pm' author 'lr' ancestors ((name 'Grease-Tests-Pharo-Core-jf.5' message 'Write some more Slime rules and tests and apply them.' id 'd330cc25-558e-4d6a-9e6f-e5dfe7174210' date '29 December 2009' time '8:50:27 pm' author 'jf' ancestors ((name 'Grease-Tests-Pharo-Core-lr.4' message '- do not use any longer #printOn: and #printContentOn: in JSObject, but use #javascriptOn: and #javascriptContentOn:- implementors of external libraries that implment or send any of these methods need to perform the renaming as well' id 'd18ae4a5-33f6-4c79-bf14-a9fd162687b2' date '24 December 2009' time '11:19:28 am' author 'lr' ancestors ((name 'Grease-Tests-Pharo-Core-jf.3' message 'No need to test MessageSend for all platforms. VA doesn''t even have it and we have the GRDelayedSend classes that we use internally.Move the tests of the valuable protocol on MessageSend into the Pharo platform tests.' id '9f25fb89-15ae-4483-8b86-46ba68d13df6' date '18 December 2009' time '12:32:10 pm' author 'jf' ancestors ((name 'Grease-Tests-Pharo-Core-dkh.2' message '- move the expected failure for #testCodecUtf8ShortestForm from Seaside-Tests-Pharo-Core to Grease-Tests-Pharo-Core. since utf8 tests moved to Grease' id 'a291cb07-37e5-46a0-9eb5-fb93aa7a5ce8' date '13 November 2009' time '4:11:29 pm' author 'dkh' ancestors ((name 'Grease-Tests-Pharo-Core-jf.1' message 'Rename Seaside-Platform to Grease in order to help make clear that it is not Seaside-specific and can be used by other projects as a compatibility layer. This was spawned by discussions when I started porting Magritte to VAST using the Platform layer.' id 'dd546d83-004b-436b-8c98-02e8a5c42727' date '30 September 2009' time '10:47:37 pm' author 'jf' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'Grease-Tests-Pharo20-Core-pmm.14' message '- improve test coverage' id 'b7b557f2-3415-0d00-884a-5c020466576b' date '10 September 2017' time '12:24:05.555883 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.13' message '- lint fixes' id 'af62c7cc-c575-402a-96c0-4d460c8199e6' date '25 August 2016' time '11:04:17.926889 am' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-JohanBrichau.12' message 'Added tests for file reading' id '6b2eb7ec-5ea0-4109-b85f-940c6156b6d4' date '8 November 2014' time '10:39:38.553637 am' author 'JohanBrichau' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.11' message 'Issue 792: Issue encoding a non-ascii character preceded by an xml-unsafe one- https://code.google.com/p/seaside/issues/detail?id=792' id '3247b811-bdef-473a-aa2d-473a532ec629' date '21 May 2014' time '9:32:12.009306 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-JohanBrichau.10' message 'Issue 789: Running WAFilelibraryTest on Pharo3 leaves Seaside-Tests-Core package in a dirty state https://code.google.com/p/seaside/issues/detail?id=789' id 'e3e4c2eb-cef7-4168-aeae-7a57490aa2b1' date '19 April 2014' time '5:31:18.877112 pm' author 'JohanBrichau' ancestors ((name 'Grease-Tests-Pharo20-Core-JohanBrichau.9' message 'move GRCountingStream from Pharo-only package to Core' id 'b89fed14-cf86-4d07-829c-cbdcea6da4f4' date '16 February 2014' time '9:30:04.97327 pm' author 'JohanBrichau' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.8' message 'Issue 770: ScaledDecimal rendering supporthttp://code.google.com/p/seaside/issues/detail?id=770' id '6e6bd71a-439c-4902-a68d-e1af63451f40' date '15 September 2013' time '12:28:07.009 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.7' message '- bring #doSilently: back' id '906ba423-0a76-410e-8e76-1f9df06cf8cc' date '12 September 2013' time '6:04:53.713 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.6' message '- fix URLs' id 'ff0b9dc6-d275-4f59-8a5b-a01e9cff4ec6' date '12 September 2013' time '4:01:56.23633 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.5' message '- fix compilation' id 'd299e09d-7488-4996-801a-ba125ebef913' date '12 September 2013' time '11:26:02.540867 am' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-JohanBrichau.4' message 'GRUtf8CodecTest.testCodecUtf8ShortestForm is an expected failure' id '8f5f9382-81d9-41d4-92b7-69628deaab25' date '22 August 2013' time '8:00:55.046 pm' author 'JohanBrichau' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.3' message '- ???' id 'e4ea84af-efd3-48cb-83b5-cacb0a234bf7' date '19 August 2012' time '10:13:51.278 am' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.2' message '- change package name' id 'fadba33c-472e-4ea1-a210-fc25fee25c8e' date '4 August 2012' time '1:10:10.314 pm' author 'pmm' ancestors ((name 'Grease-Tests-Pharo20-Core-pmm.1' message '- bump' id '4feb168a-ce43-4b92-bdf2-d83c8c5d2405' date '4 August 2012' time '1:06:42.944 pm' author 'pmm' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down
3 changes: 1 addition & 2 deletions repository/Grease-Tests-Pharo-Core.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }
Loading
X Tutup