From f95a29e814aa9e586226413cdfffb5e8d66204eb Mon Sep 17 00:00:00 2001 From: Guille Polito Date: Fri, 20 Oct 2017 16:50:03 +0200 Subject: [PATCH] Made test run for latest pharo 70 --- Garage-Sqlite3.package/.filetree | 5 +++-- .../GASQLite3Constants.class/properties.json | 19 ++++++++--------- .../properties.json | 19 +++++++---------- .../properties.json | 19 +++++++---------- .../GASqlite3Busy.class/properties.json | 19 +++++++---------- .../GASqlite3Driver.class/properties.json | 19 ++++++++--------- .../GASqlite3Error.class/properties.json | 19 ++++++++--------- .../GASqlite3FFI.class/properties.json | 21 ++++++++++--------- .../GASqlite3Locked.class/properties.json | 19 +++++++---------- .../GASqlite3Misuse.class/properties.json | 19 +++++++---------- .../GASqlite3NotOpen.class/properties.json | 19 +++++++---------- .../GASqlite3ResultSet.class/properties.json | 19 ++++++++--------- .../GASqlite3Row.class/properties.json | 19 ++++++++--------- .../instance/execute.st | 2 +- .../GASqlite3Statement.class/properties.json | 19 ++++++++--------- .../properties.json | 19 +++++++---------- Garage-Sqlite3.package/properties.json | 3 +-- Garage.package/.filetree | 5 +++-- .../GAConnectionString.class/properties.json | 19 ++++++++--------- .../properties.json | 19 ++++++++--------- .../properties.json | 19 ++++++++--------- .../GAConnectionTest.class/properties.json | 19 +++++++---------- .../properties.json | 19 +++++++---------- Garage.package/GADriver.class/properties.json | 19 +++++++++-------- .../GADriverManager.class/properties.json | 19 ++++++++--------- .../GADriverManagerTest.class/properties.json | 19 +++++++---------- .../properties.json | 19 +++++++---------- .../properties.json | 19 +++++++---------- .../instance/tearDown.st | 2 +- .../properties.json | 19 +++++++---------- .../GADriverTest.class/properties.json | 19 +++++++++-------- .../GADriverTestFixture.class/properties.json | 19 ++++++++--------- .../GAEncodingTest.class/properties.json | 19 +++++++---------- Garage.package/GAError.class/properties.json | 19 +++++++---------- .../GAFetchCounter.class/properties.json | 19 ++++++++--------- .../GAFetchHalter.class/properties.json | 19 ++++++++--------- .../GAFetchTest.class/properties.json | 19 +++++++---------- .../GAMockDriver.class/properties.json | 19 ++++++++--------- .../properties.json | 19 +++++++---------- .../GAQueryTest.class/properties.json | 19 +++++++---------- .../GAResultSet.class/properties.json | 19 +++++++---------- .../properties.json | 19 ++++++++--------- Garage.package/GARow.class/properties.json | 19 +++++++---------- .../GARowTest.class/properties.json | 19 +++++++---------- .../GAStatement.class/properties.json | 19 ++++++++--------- .../GAStatementOptions.class/properties.json | 19 +++++++---------- .../GAStatementTest.class/properties.json | 19 +++++++---------- .../GATransactionTest.class/properties.json | 19 +++++++---------- .../GAUTF16EncodingTest.class/properties.json | 19 +++++++---------- .../GAUTF8EncodingTest.class/properties.json | 19 +++++++---------- Garage.package/properties.json | 3 +-- 51 files changed, 393 insertions(+), 484 deletions(-) diff --git a/Garage-Sqlite3.package/.filetree b/Garage-Sqlite3.package/.filetree index 8998102..57a6797 100644 --- a/Garage-Sqlite3.package/.filetree +++ b/Garage-Sqlite3.package/.filetree @@ -1,4 +1,5 @@ { - "noMethodMetaData" : true, "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASQLite3Constants.class/properties.json b/Garage-Sqlite3.package/GASQLite3Constants.class/properties.json index 6dcd17e..f700dfd 100644 --- a/Garage-Sqlite3.package/GASQLite3Constants.class/properties.json +++ b/Garage-Sqlite3.package/GASQLite3Constants.class/properties.json @@ -1,7 +1,9 @@ { + "commentStamp" : "GuillermoPolito 4/17/2015 14:05", + "super" : "SharedPool", "category" : "Garage-Sqlite3-FFI", - "classinstvars" : [ - ], + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "BLOB", "BUSY", @@ -11,12 +13,9 @@ "MISUSE", "NULL", "OK", - "TEXT" ], - "commentStamp" : "GuillermoPolito 4/17/2015 14:05", - "instvars" : [ - ], + "TEXT" + ], + "instvars" : [ ], "name" : "GASQLite3Constants", - "pools" : [ - ], - "super" : "SharedPool", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASQLite3DatabaseExternalObject.class/properties.json b/Garage-Sqlite3.package/GASQLite3DatabaseExternalObject.class/properties.json index 2a82e96..b9ddb38 100644 --- a/Garage-Sqlite3.package/GASQLite3DatabaseExternalObject.class/properties.json +++ b/Garage-Sqlite3.package/GASQLite3DatabaseExternalObject.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Sqlite3-FFI", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 4/17/2015 14:05", - "instvars" : [ - ], - "name" : "GASQLite3DatabaseExternalObject", - "pools" : [ - ], "super" : "FFIExternalObject", - "type" : "normal" } + "category" : "Garage-Sqlite3-FFI", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GASQLite3DatabaseExternalObject", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASQLite3StatementExternalObject.class/properties.json b/Garage-Sqlite3.package/GASQLite3StatementExternalObject.class/properties.json index 4a1a5bf..302ef45 100644 --- a/Garage-Sqlite3.package/GASQLite3StatementExternalObject.class/properties.json +++ b/Garage-Sqlite3.package/GASQLite3StatementExternalObject.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Sqlite3-FFI", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 4/17/2015 14:05", - "instvars" : [ - ], - "name" : "GASQLite3StatementExternalObject", - "pools" : [ - ], "super" : "FFIExternalObject", - "type" : "normal" } + "category" : "Garage-Sqlite3-FFI", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GASQLite3StatementExternalObject", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3Busy.class/properties.json b/Garage-Sqlite3.package/GASqlite3Busy.class/properties.json index c8925be..eb9edf7 100644 --- a/Garage-Sqlite3.package/GASqlite3Busy.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3Busy.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Sqlite3-Errors", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GASqlite3Busy", - "pools" : [ - ], "super" : "GASqlite3Error", - "type" : "normal" } + "category" : "Garage-Sqlite3-Errors", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GASqlite3Busy", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3Driver.class/properties.json b/Garage-Sqlite3.package/GASqlite3Driver.class/properties.json index 257dfe9..e0210ad 100644 --- a/Garage-Sqlite3.package/GASqlite3Driver.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3Driver.class/properties.json @@ -1,16 +1,15 @@ { - "category" : "Garage-Sqlite3", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "GADriver", + "category" : "Garage-Sqlite3", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "database", "handle", - "isOpen" ], + "isOpen" + ], "name" : "GASqlite3Driver", - "pools" : [ - ], - "super" : "GADriver", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3Error.class/properties.json b/Garage-Sqlite3.package/GASqlite3Error.class/properties.json index c881b3e..722a667 100644 --- a/Garage-Sqlite3.package/GASqlite3Error.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3Error.class/properties.json @@ -1,14 +1,13 @@ { - "category" : "Garage-Sqlite3-Errors", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "Error", + "category" : "Garage-Sqlite3-Errors", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ - "resultCode" ], + "resultCode" + ], "name" : "GASqlite3Error", - "pools" : [ - ], - "super" : "Error", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3FFI.class/properties.json b/Garage-Sqlite3.package/GASqlite3FFI.class/properties.json index 38b76e5..f8b36e5 100644 --- a/Garage-Sqlite3.package/GASqlite3FFI.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3FFI.class/properties.json @@ -1,16 +1,17 @@ { + "commentStamp" : "", + "super" : "Object", "category" : "Garage-Sqlite3-FFI", - "classinstvars" : [ - ], + "classinstvars" : [ ], + "pools" : [ + "GASQLite3Constants" + ], "classvars" : [ "DataTypeMap", "Singleton", - "TypeMap" ], - "commentStamp" : "", - "instvars" : [ - ], + "TypeMap" + ], + "instvars" : [ ], "name" : "GASqlite3FFI", - "pools" : [ - "GASQLite3Constants" ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3Locked.class/properties.json b/Garage-Sqlite3.package/GASqlite3Locked.class/properties.json index 88f3f41..f213e3c 100644 --- a/Garage-Sqlite3.package/GASqlite3Locked.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3Locked.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Sqlite3-Errors", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GASqlite3Locked", - "pools" : [ - ], "super" : "GASqlite3Error", - "type" : "normal" } + "category" : "Garage-Sqlite3-Errors", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GASqlite3Locked", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3Misuse.class/properties.json b/Garage-Sqlite3.package/GASqlite3Misuse.class/properties.json index fe06c77..dd5a254 100644 --- a/Garage-Sqlite3.package/GASqlite3Misuse.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3Misuse.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Sqlite3-Errors", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "PierceNg 4/6/2014 00:01", - "instvars" : [ - ], - "name" : "GASqlite3Misuse", - "pools" : [ - ], "super" : "GASqlite3Error", - "type" : "normal" } + "category" : "Garage-Sqlite3-Errors", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GASqlite3Misuse", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3NotOpen.class/properties.json b/Garage-Sqlite3.package/GASqlite3NotOpen.class/properties.json index 6e50099..e2bfc01 100644 --- a/Garage-Sqlite3.package/GASqlite3NotOpen.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3NotOpen.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Sqlite3-Errors", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "PierceNg 3/29/2014 20:17", - "instvars" : [ - ], - "name" : "GASqlite3NotOpen", - "pools" : [ - ], "super" : "GASqlite3Error", - "type" : "normal" } + "category" : "Garage-Sqlite3-Errors", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GASqlite3NotOpen", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3ResultSet.class/properties.json b/Garage-Sqlite3.package/GASqlite3ResultSet.class/properties.json index 07c8ac6..7c33f61 100644 --- a/Garage-Sqlite3.package/GASqlite3ResultSet.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3ResultSet.class/properties.json @@ -1,10 +1,10 @@ { - "category" : "Garage-Sqlite3", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "GAResultSet", + "category" : "Garage-Sqlite3", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "db", "statement", @@ -13,9 +13,8 @@ "columnTypes", "rows", "affectedRows", - "generatedKey" ], + "generatedKey" + ], "name" : "GASqlite3ResultSet", - "pools" : [ - ], - "super" : "GAResultSet", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3Row.class/properties.json b/Garage-Sqlite3.package/GASqlite3Row.class/properties.json index 6741da1..974e441 100644 --- a/Garage-Sqlite3.package/GASqlite3Row.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3Row.class/properties.json @@ -1,15 +1,14 @@ { - "category" : "Garage-Sqlite3", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "GARow", + "category" : "Garage-Sqlite3", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "data", - "resultSet" ], + "resultSet" + ], "name" : "GASqlite3Row", - "pools" : [ - ], - "super" : "GARow", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqlite3Statement.class/instance/execute.st b/Garage-Sqlite3.package/GASqlite3Statement.class/instance/execute.st index f79ffdf..a4c69c5 100644 --- a/Garage-Sqlite3.package/GASqlite3Statement.class/instance/execute.st +++ b/Garage-Sqlite3.package/GASqlite3Statement.class/instance/execute.st @@ -6,7 +6,7 @@ execute self reset. self basicExecute: [ :theStatement | | generatedKey | generatedKey := GASqlite3FFI current lastInsertRowId: connection handle. - fetchListener ifNotNilDo: #fetchOccurred. + fetchListener ifNotNil: #fetchOccurred. ^ GASqlite3ResultSet new statement: theStatement; generatedKey: generatedKey; diff --git a/Garage-Sqlite3.package/GASqlite3Statement.class/properties.json b/Garage-Sqlite3.package/GASqlite3Statement.class/properties.json index d92a5c3..91e4058 100644 --- a/Garage-Sqlite3.package/GASqlite3Statement.class/properties.json +++ b/Garage-Sqlite3.package/GASqlite3Statement.class/properties.json @@ -1,14 +1,13 @@ { - "category" : "Garage-Sqlite3", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "GAStatement", + "category" : "Garage-Sqlite3", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ - "handle" ], + "handle" + ], "name" : "GASqlite3Statement", - "pools" : [ - ], - "super" : "GAStatement", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/GASqliteConnectionStringTest.class/properties.json b/Garage-Sqlite3.package/GASqliteConnectionStringTest.class/properties.json index a70a029..2a59d3c 100644 --- a/Garage-Sqlite3.package/GASqliteConnectionStringTest.class/properties.json +++ b/Garage-Sqlite3.package/GASqliteConnectionStringTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Sqlite3-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GASqliteConnectionStringTest", - "pools" : [ - ], "super" : "TestCase", - "type" : "normal" } + "category" : "Garage-Sqlite3-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GASqliteConnectionStringTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage-Sqlite3.package/properties.json b/Garage-Sqlite3.package/properties.json index f037444..6f31cf5 100644 --- a/Garage-Sqlite3.package/properties.json +++ b/Garage-Sqlite3.package/properties.json @@ -1,2 +1 @@ -{ - } +{ } \ No newline at end of file diff --git a/Garage.package/.filetree b/Garage.package/.filetree index 8998102..57a6797 100644 --- a/Garage.package/.filetree +++ b/Garage.package/.filetree @@ -1,4 +1,5 @@ { - "noMethodMetaData" : true, "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/Garage.package/GAConnectionString.class/properties.json b/Garage.package/GAConnectionString.class/properties.json index 5be2afb..65bb7c1 100644 --- a/Garage.package/GAConnectionString.class/properties.json +++ b/Garage.package/GAConnectionString.class/properties.json @@ -1,16 +1,15 @@ { - "category" : "Garage-Driver", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 5/5/2015 16:28", + "super" : "Object", + "category" : "Garage-Driver", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "connectionString", "options", - "platform" ], + "platform" + ], "name" : "GAConnectionString", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAConnectionStringTest.class/properties.json b/Garage.package/GAConnectionStringTest.class/properties.json index 73950d8..98eb58b 100644 --- a/Garage.package/GAConnectionStringTest.class/properties.json +++ b/Garage.package/GAConnectionStringTest.class/properties.json @@ -1,14 +1,13 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "TestCase", + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ - "conn" ], + "conn" + ], "name" : "GAConnectionStringTest", - "pools" : [ - ], - "super" : "TestCase", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAConnectionStringUrl.class/properties.json b/Garage.package/GAConnectionStringUrl.class/properties.json index 03dc9c4..5043279 100644 --- a/Garage.package/GAConnectionStringUrl.class/properties.json +++ b/Garage.package/GAConnectionStringUrl.class/properties.json @@ -1,18 +1,17 @@ { - "category" : "Garage-Driver", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 5/14/2015 16:42", + "super" : "Object", + "category" : "Garage-Driver", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "schema", "host", "port", "path", - "options" ], + "options" + ], "name" : "GAConnectionStringUrl", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAConnectionTest.class/properties.json b/Garage.package/GAConnectionTest.class/properties.json index d480ce1..117e544 100644 --- a/Garage.package/GAConnectionTest.class/properties.json +++ b/Garage.package/GAConnectionTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAConnectionTest", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAConnectionTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAContinuousIntegrationConfiguration.class/properties.json b/Garage.package/GAContinuousIntegrationConfiguration.class/properties.json index 2a4f33e..75cb30a 100644 --- a/Garage.package/GAContinuousIntegrationConfiguration.class/properties.json +++ b/Garage.package/GAContinuousIntegrationConfiguration.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-CI", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 4/17/2015 16:41", - "instvars" : [ - ], - "name" : "GAContinuousIntegrationConfiguration", - "pools" : [ - ], "super" : "Object", - "type" : "normal" } + "category" : "Garage-CI", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAContinuousIntegrationConfiguration", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GADriver.class/properties.json b/Garage.package/GADriver.class/properties.json index 4f6545b..2f0656f 100644 --- a/Garage.package/GADriver.class/properties.json +++ b/Garage.package/GADriver.class/properties.json @@ -1,15 +1,16 @@ { + "commentStamp" : "GuillermoPolito 5/5/2015 15:28", + "super" : "Object", "category" : "Garage-Driver", - "classinstvars" : [ - ], + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ - "Drivers" ], - "commentStamp" : "GuillermoPolito 5/5/2015 15:28", + "Drivers" + ], "instvars" : [ "connectionString", - "encoding" ], + "encoding" + ], "name" : "GADriver", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GADriverManager.class/properties.json b/Garage.package/GADriverManager.class/properties.json index 910a85a..af1dca2 100644 --- a/Garage.package/GADriverManager.class/properties.json +++ b/Garage.package/GADriverManager.class/properties.json @@ -1,14 +1,13 @@ { - "category" : "Garage-Driver", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 5/5/2015 16:03", + "super" : "Object", + "category" : "Garage-Driver", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ - "drivers" ], + "drivers" + ], "name" : "GADriverManager", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GADriverManagerTest.class/properties.json b/Garage.package/GADriverManagerTest.class/properties.json index 13e57a9..79dfb61 100644 --- a/Garage.package/GADriverManagerTest.class/properties.json +++ b/Garage.package/GADriverManagerTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GADriverManagerTest", - "pools" : [ - ], "super" : "TestCase", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GADriverManagerTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GADriverMysqlTestFixture.class/properties.json b/Garage.package/GADriverMysqlTestFixture.class/properties.json index f2742f5..68531ad 100644 --- a/Garage.package/GADriverMysqlTestFixture.class/properties.json +++ b/Garage.package/GADriverMysqlTestFixture.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GADriverMysqlTestFixture", - "pools" : [ - ], "super" : "GADriverTestFixture", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GADriverMysqlTestFixture", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GADriverPostgresqlTestFixture.class/properties.json b/Garage.package/GADriverPostgresqlTestFixture.class/properties.json index 4fdb09e..bae19ca 100644 --- a/Garage.package/GADriverPostgresqlTestFixture.class/properties.json +++ b/Garage.package/GADriverPostgresqlTestFixture.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GADriverPostgresqlTestFixture", - "pools" : [ - ], "super" : "GADriverTestFixture", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GADriverPostgresqlTestFixture", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GADriverSQLiteTestFixture.class/instance/tearDown.st b/Garage.package/GADriverSQLiteTestFixture.class/instance/tearDown.st index 7b221c5..2f6dd04 100644 --- a/Garage.package/GADriverSQLiteTestFixture.class/instance/tearDown.st +++ b/Garage.package/GADriverSQLiteTestFixture.class/instance/tearDown.st @@ -1,5 +1,5 @@ as yet unclassified tearDown - setupConnection ifNotNilDo: #close. + setupConnection ifNotNil: #close. setupConnection := nil. \ No newline at end of file diff --git a/Garage.package/GADriverSQLiteTestFixture.class/properties.json b/Garage.package/GADriverSQLiteTestFixture.class/properties.json index e92fbfb..24375f2 100644 --- a/Garage.package/GADriverSQLiteTestFixture.class/properties.json +++ b/Garage.package/GADriverSQLiteTestFixture.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GADriverSQLiteTestFixture", - "pools" : [ - ], "super" : "GADriverTestFixture", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GADriverSQLiteTestFixture", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GADriverTest.class/properties.json b/Garage.package/GADriverTest.class/properties.json index acf2b72..9cf22ac 100644 --- a/Garage.package/GADriverTest.class/properties.json +++ b/Garage.package/GADriverTest.class/properties.json @@ -1,15 +1,16 @@ { + "commentStamp" : "", + "super" : "TestCase", "category" : "Garage-Tests", - "classinstvars" : [ - ], + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ - "Fixture" ], - "commentStamp" : "", + "Fixture" + ], "instvars" : [ "conn", - "fixture" ], + "fixture" + ], "name" : "GADriverTest", - "pools" : [ - ], - "super" : "TestCase", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GADriverTestFixture.class/properties.json b/Garage.package/GADriverTestFixture.class/properties.json index ff62a07..f6b1f39 100644 --- a/Garage.package/GADriverTestFixture.class/properties.json +++ b/Garage.package/GADriverTestFixture.class/properties.json @@ -1,18 +1,17 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "Object", + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "setupConnection", "connection", "connectionString", "setupConnectionString", - "options" ], + "options" + ], "name" : "GADriverTestFixture", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAEncodingTest.class/properties.json b/Garage.package/GAEncodingTest.class/properties.json index 73e07dd..edd82c6 100644 --- a/Garage.package/GAEncodingTest.class/properties.json +++ b/Garage.package/GAEncodingTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAEncodingTest", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAEncodingTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAError.class/properties.json b/Garage.package/GAError.class/properties.json index 1e9a9f6..e562e17 100644 --- a/Garage.package/GAError.class/properties.json +++ b/Garage.package/GAError.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Exceptions", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAError", - "pools" : [ - ], "super" : "Error", - "type" : "normal" } + "category" : "Garage-Exceptions", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAError", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAFetchCounter.class/properties.json b/Garage.package/GAFetchCounter.class/properties.json index 14f2106..e13ae1f 100644 --- a/Garage.package/GAFetchCounter.class/properties.json +++ b/Garage.package/GAFetchCounter.class/properties.json @@ -1,14 +1,13 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "Object", + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ - "fetches" ], + "fetches" + ], "name" : "GAFetchCounter", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAFetchHalter.class/properties.json b/Garage.package/GAFetchHalter.class/properties.json index f057148..633ea72 100644 --- a/Garage.package/GAFetchHalter.class/properties.json +++ b/Garage.package/GAFetchHalter.class/properties.json @@ -1,14 +1,13 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "Object", + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ - "fetches" ], + "fetches" + ], "name" : "GAFetchHalter", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAFetchTest.class/properties.json b/Garage.package/GAFetchTest.class/properties.json index 5f49160..2672900 100644 --- a/Garage.package/GAFetchTest.class/properties.json +++ b/Garage.package/GAFetchTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAFetchTest", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAFetchTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAMockDriver.class/properties.json b/Garage.package/GAMockDriver.class/properties.json index b241d2d..b0e8e67 100644 --- a/Garage.package/GAMockDriver.class/properties.json +++ b/Garage.package/GAMockDriver.class/properties.json @@ -1,14 +1,13 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", + "super" : "Object", + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ - "id" ], + "id" + ], "name" : "GAMockDriver", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAPreparedStamentTest.class/properties.json b/Garage.package/GAPreparedStamentTest.class/properties.json index 66b0a8a..969d61c 100644 --- a/Garage.package/GAPreparedStamentTest.class/properties.json +++ b/Garage.package/GAPreparedStamentTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAPreparedStamentTest", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAPreparedStamentTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAQueryTest.class/properties.json b/Garage.package/GAQueryTest.class/properties.json index b56142f..8a8178d 100644 --- a/Garage.package/GAQueryTest.class/properties.json +++ b/Garage.package/GAQueryTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAQueryTest", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAQueryTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAResultSet.class/properties.json b/Garage.package/GAResultSet.class/properties.json index a5cf69e..3e00113 100644 --- a/Garage.package/GAResultSet.class/properties.json +++ b/Garage.package/GAResultSet.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Driver", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 5/5/2015 16:05", - "instvars" : [ - ], - "name" : "GAResultSet", - "pools" : [ - ], "super" : "Object", - "type" : "normal" } + "category" : "Garage-Driver", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAResultSet", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAResultSetReadStream.class/properties.json b/Garage.package/GAResultSetReadStream.class/properties.json index 89c2070..e94d702 100644 --- a/Garage.package/GAResultSetReadStream.class/properties.json +++ b/Garage.package/GAResultSetReadStream.class/properties.json @@ -1,15 +1,14 @@ { - "category" : "Garage-Driver", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 5/5/2015 16:15", + "super" : "Object", + "category" : "Garage-Driver", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "resultSet", - "position" ], + "position" + ], "name" : "GAResultSetReadStream", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GARow.class/properties.json b/Garage.package/GARow.class/properties.json index 3dd730b..37f15ff 100644 --- a/Garage.package/GARow.class/properties.json +++ b/Garage.package/GARow.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Driver", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 5/11/2015 04:23", - "instvars" : [ - ], - "name" : "GARow", - "pools" : [ - ], "super" : "Object", - "type" : "normal" } + "category" : "Garage-Driver", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GARow", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GARowTest.class/properties.json b/Garage.package/GARowTest.class/properties.json index 8bb07fc..df049bb 100644 --- a/Garage.package/GARowTest.class/properties.json +++ b/Garage.package/GARowTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GARowTest", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GARowTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAStatement.class/properties.json b/Garage.package/GAStatement.class/properties.json index f7a7b7d..acdcad7 100644 --- a/Garage.package/GAStatement.class/properties.json +++ b/Garage.package/GAStatement.class/properties.json @@ -1,19 +1,18 @@ { - "category" : "Garage-Driver", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GuillermoPolito 5/5/2015 16:21", + "super" : "Object", + "category" : "Garage-Driver", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "connection", "statement", "arguments", "properties", "prepared", - "fetchListener" ], + "fetchListener" + ], "name" : "GAStatement", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAStatementOptions.class/properties.json b/Garage.package/GAStatementOptions.class/properties.json index ddd64ea..5e72ff9 100644 --- a/Garage.package/GAStatementOptions.class/properties.json +++ b/Garage.package/GAStatementOptions.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAStatementOptions", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAStatementOptions", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAStatementTest.class/properties.json b/Garage.package/GAStatementTest.class/properties.json index 33f2065..4e34b2b 100644 --- a/Garage.package/GAStatementTest.class/properties.json +++ b/Garage.package/GAStatementTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAStatementTest", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAStatementTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GATransactionTest.class/properties.json b/Garage.package/GATransactionTest.class/properties.json index 5e59a92..028979c 100644 --- a/Garage.package/GATransactionTest.class/properties.json +++ b/Garage.package/GATransactionTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GATransactionTest", - "pools" : [ - ], "super" : "GADriverTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GATransactionTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAUTF16EncodingTest.class/properties.json b/Garage.package/GAUTF16EncodingTest.class/properties.json index 6870959..b15d939 100644 --- a/Garage.package/GAUTF16EncodingTest.class/properties.json +++ b/Garage.package/GAUTF16EncodingTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAUTF16EncodingTest", - "pools" : [ - ], "super" : "GAEncodingTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAUTF16EncodingTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/GAUTF8EncodingTest.class/properties.json b/Garage.package/GAUTF8EncodingTest.class/properties.json index 5571f70..f012882 100644 --- a/Garage.package/GAUTF8EncodingTest.class/properties.json +++ b/Garage.package/GAUTF8EncodingTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Garage-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "GAUTF8EncodingTest", - "pools" : [ - ], "super" : "GAEncodingTest", - "type" : "normal" } + "category" : "Garage-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GAUTF8EncodingTest", + "type" : "normal" +} \ No newline at end of file diff --git a/Garage.package/properties.json b/Garage.package/properties.json index f037444..6f31cf5 100644 --- a/Garage.package/properties.json +++ b/Garage.package/properties.json @@ -1,2 +1 @@ -{ - } +{ } \ No newline at end of file